#6C29D2

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

Shades of Purple Heart #6C29D2

Tints of Purple Heart #6C29D2

Color information

#6C29D2 (or 0x6C29D2) is unknown color: approx Purple Heart. HEX triplet: 6C, 29 and D2. RGB value is (108,41,210). Sum of RGB (Red+Green+Blue) = 108+41+210=359 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.08% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 210 (82.42% from 255 or 58.50% from 359); Max value from RGB is 210 - color contains mainly: blue. Hex color #6C29D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C29D2 is #93D62D. Grayscale: #4F4F4F. Windows color (decimal): -9688622 or 13773164. OLE color: 13773164.

HSL color Cylindrical-coordinate representation of color #6C29D2: hue angle of 263.79º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C29D2 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10841210-
CMYK0.490.8000.18
HSL263.79º67.33%49.22%-
HSV(B)263.79º80.48%82.35%-
XYZ18.619.4361.81-
YUV80.3201.2147.76-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.08%
GREEN value IS 41 (16.41% from 255) = 11.42%
BLUE value IS 210 (82.42% from 255) = 58.50%
R=30.08%
G=11.42%
B=58.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal108412100.490.8000.18263.7967.3349.22
Hex6C29D231500121084331
Octal154513226112002241010361
Binary11011001010011101001011000110100000100101000010001000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C29D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,41,210); }

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

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

 a { background-color: rgb(108,41,210); }

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

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

 span { border-color: rgb(108,41,210); }

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