#6c29d0

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

Shades of Purple Heart #6C29D0

Tints of Purple Heart #6C29D0

Color information

#6C29D0 (or 0x6C29D0) is unknown color: approx Purple Heart. HEX triplet: 6C, 29 and D0. RGB value is (108,41,208). Sum of RGB (Red+Green+Blue) = 108+41+208=357 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.25% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 208 (81.64% from 255 or 58.26% from 357); Max value from RGB is 208 - color contains mainly: blue. Hex color #6C29D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C29D0 is #93D62F. Grayscale: #4F4F4F. Windows color (decimal): -9688624 or 13642092. OLE color: 13642092.

HSL color Cylindrical-coordinate representation of color #6C29D0: hue angle of 264.07º 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 #6C29D0 is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10841208-
CMYK0.480.8000.18
HSL264.07º67.07%48.82%-
HSV(B)264.07º80.29%81.57%-
XYZ18.369.3360.51-
YUV80.07200.2147.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.25%
GREEN value IS 41 (16.41% from 255) = 11.48%
BLUE value IS 208 (81.64% from 255) = 58.26%
R=30.25%
G=11.48%
B=58.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal108412080.480.8000.18264.0767.0748.82
Hex6C29D030500121084331
Octal154513206012002241010361
Binary11011001010011101000011000010100000100101000010001000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c29d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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