#6D34CB

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

Shades of Purple Heart #6D34CB

Tints of Purple Heart #6D34CB

Color information

#6D34CB (or 0x6D34CB) is unknown color: approx Purple Heart. HEX triplet: 6D, 34 and CB. RGB value is (109,52,203). Sum of RGB (Red+Green+Blue) = 109+52+203=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D34CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D34CB is #92CB34. Grayscale: #555555. Windows color (decimal): -9620277 or 13317229. OLE color: 13317229.

HSL color Cylindrical-coordinate representation of color #6D34CB: hue angle of 262.65º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D34CB is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10952203-
CMYK0.460.7400.20
HSL262.65º59.22%50%-
HSV(B)262.65º74.38%79.61%-
XYZ18.3110.0257.47-
YUV86.26193.88144.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.95%
GREEN value IS 52 (20.70% from 255) = 14.29%
BLUE value IS 203 (79.69% from 255) = 55.77%
R=29.95%
G=14.29%
B=55.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal109522030.460.7400.20262.6559.2250
Hex6D34CB2E4A0141073b32
Octal15564313561120244077362
Binary1101101110100110010111011101001010010100100000111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D34CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,52,203); }

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

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

 a { background-color: rgb(109,52,203); }

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

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

 span { border-color: rgb(109,52,203); }

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