#6C34CB

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

Shades of Purple Heart #6C34CB

Tints of Purple Heart #6C34CB

Color information

#6C34CB (or 0x6C34CB) is unknown color: approx Purple Heart. HEX triplet: 6C, 34 and CB. RGB value is (108,52,203). Sum of RGB (Red+Green+Blue) = 108+52+203=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C34CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C34CB is #93CB34. Grayscale: #555555. Windows color (decimal): -9685813 or 13317228. OLE color: 13317228.

HSL color Cylindrical-coordinate representation of color #6C34CB: hue angle of 262.25º 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 #6C34CB is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10852203-
CMYK0.470.7400.20
HSL262.25º59.22%50%-
HSV(B)262.25º74.38%79.61%-
XYZ18.199.9657.46-
YUV85.96194.05143.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.75%
GREEN value IS 52 (20.70% from 255) = 14.33%
BLUE value IS 203 (79.69% from 255) = 55.92%
R=29.75%
G=14.33%
B=55.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal108522030.470.7400.20262.2559.2250
Hex6C34CB2F4A0141063b32
Octal15464313571120244067362
Binary1101100110100110010111011111001010010100100000110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C34CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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