#6C37CB

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

Shades of Purple Heart #6C37CB

Tints of Purple Heart #6C37CB

Color information

#6C37CB (or 0x6C37CB) is unknown color: approx Purple Heart. HEX triplet: 6C, 37 and CB. RGB value is (108,55,203). Sum of RGB (Red+Green+Blue) = 108+55+203=366 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.51% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C37CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C37CB is #93C834. Grayscale: #575757. Windows color (decimal): -9685045 or 13317996. OLE color: 13317996.

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

Color convert

RGB10855203-
CMYK0.470.7300.20
HSL261.49º58.73%50.59%-
HSV(B)261.49º72.91%79.61%-
XYZ18.3310.2357.51-
YUV87.72193.06142.47-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.51%
GREEN value IS 55 (21.88% from 255) = 15.03%
BLUE value IS 203 (79.69% from 255) = 55.46%
R=29.51%
G=15.03%
B=55.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal108552030.470.7300.20261.4958.7350.59
Hex6C37CB2F490141053b33
Octal15467313571110244057363
Binary1101100110111110010111011111001001010100100000101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C37CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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