#6C2DD7

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

Shades of Purple Heart #6C2DD7

Tints of Purple Heart #6C2DD7

Color information

#6C2DD7 (or 0x6C2DD7) is unknown color: approx Purple Heart. HEX triplet: 6C, 2D and D7. RGB value is (108,45,215). Sum of RGB (Red+Green+Blue) = 108+45+215=368 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.35% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 215 (84.38% from 255 or 58.42% from 368); Max value from RGB is 215 - color contains mainly: blue. Hex color #6C2DD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2DD7 is #93D228. Grayscale: #525252. Windows color (decimal): -9687593 or 14101868. OLE color: 14101868.

HSL color Cylindrical-coordinate representation of color #6C2DD7: hue angle of 262.24º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C2DD7 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10845215-
CMYK0.500.7900.16
HSL262.24º68%50.98%-
HSV(B)262.24º79.07%84.31%-
XYZ19.399.9765.19-
YUV83.22202.37145.68-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.35%
GREEN value IS 45 (17.97% from 255) = 12.23%
BLUE value IS 215 (84.38% from 255) = 58.42%
R=29.35%
G=12.23%
B=58.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal108452150.500.7900.16262.246850.98
Hex6C2DD7324F0101064433
Octal154553276211702040610463
Binary11011001011011101011111001010011110100001000001101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C2DD7; }

 p { color: rgb(108,45,215); }

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

<style>
 a { background-color: #6C2DD7; }

 a { background-color: rgb(108,45,215); }

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

<style>
 span { border-color: #6C2DD7; }

 span { border-color: rgb(108,45,215); }

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