#6108CD

Color #6108CD Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6108CD

Tints of Purple Heart #6108CD

Color information

#6108CD (or 0x6108CD) is unknown color: approx Purple Heart. HEX triplet: 61, 08 and CD. RGB value is (97,8,205). Sum of RGB (Red+Green+Blue) = 97+8+205=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #6108CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6108CD is #9EF732. Grayscale: #383838. Windows color (decimal): -10417971 or 13437025. OLE color: 13437025.

HSL color Cylindrical-coordinate representation of color #6108CD: hue angle of 267.11º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6108CD is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB978205-
CMYK0.530.9600.20
HSL267.11º92.49%41.76%-
HSV(B)267.11º96.1%80.39%-
XYZ16.047.1258.29-
YUV57.07211.49156.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 8 (3.52% from 255) = 2.58%
BLUE value IS 205 (80.47% from 255) = 66.13%
R=31.29%
G=2.58%
B=66.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal9782050.530.9600.20267.1192.4941.76
Hex618CD356001410b5c2a
Octal141103156514002441313452
Binary110000110001100110111010111000000101001000010111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6108CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6108CD; }

 p { color: rgb(97,8,205); }

 H1.HeaderClassName
 {
   color: #6108CD;
 }
 .AnyTagClassName
 {
   color: #6108CD;
 }
</style>
background-color css

<style>
 a { background-color: #6108CD; }

 a { background-color: rgb(97,8,205); }

 div.DivClassName
 {
   background-color: #6108CD;
 }
 .BgClassName
 {
   background-color: #6108CD;
 }
</style>
border-color css

<style>
 span { border-color: #6108CD; }

 span { border-color: rgb(97,8,205); }

 td.TdClassName
 {
   border-color: #6108CD;
 }
 .TagClassName
 {
   border-color: #6108CD;
 }
</style>