#6C32CD

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

Shades of Purple Heart #6C32CD

Tints of Purple Heart #6C32CD

Color information

#6C32CD (or 0x6C32CD) is unknown color: approx Purple Heart. HEX triplet: 6C, 32 and CD. RGB value is (108,50,205). Sum of RGB (Red+Green+Blue) = 108+50+205=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C32CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C32CD is #93CD32. Grayscale: #545454. Windows color (decimal): -9686323 or 13447788. OLE color: 13447788.

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

Color convert

RGB10850205-
CMYK0.470.7600.20
HSL262.45º60.78%50%-
HSV(B)262.45º75.61%80.39%-
XYZ18.349.8858.7-
YUV85.01195.72144.4-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.75%
GREEN value IS 50 (19.92% from 255) = 13.77%
BLUE value IS 205 (80.47% from 255) = 56.47%
R=29.75%
G=13.77%
B=56.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal108502050.470.7600.20262.4560.7850
Hex6C32CD2F4C0141063d32
Octal15462315571140244067562
Binary1101100110010110011011011111001100010100100000110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C32CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,50,205); }

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

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

 a { background-color: rgb(108,50,205); }

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

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

 span { border-color: rgb(108,50,205); }

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