#6432CD

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

Shades of Purple Heart #6432CD

Tints of Purple Heart #6432CD

Color information

#6432CD (or 0x6432CD) is unknown color: approx Purple Heart. HEX triplet: 64, 32 and CD. RGB value is (100,50,205). Sum of RGB (Red+Green+Blue) = 100+50+205=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #6432CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6432CD is #9BCD32. Grayscale: #525252. Windows color (decimal): -10210611 or 13447780. OLE color: 13447780.

HSL color Cylindrical-coordinate representation of color #6432CD: hue angle of 259.35º 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 #6432CD is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10050205-
CMYK0.510.7600.20
HSL259.35º60.78%50%-
HSV(B)259.35º75.61%80.39%-
XYZ17.429.458.65-
YUV82.62197.06140.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.17%
GREEN value IS 50 (19.92% from 255) = 14.08%
BLUE value IS 205 (80.47% from 255) = 57.75%
R=28.17%
G=14.08%
B=57.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal100502050.510.7600.20259.3560.7850
Hex6432CD334C0141033d32
Octal14462315631140244037562
Binary1100100110010110011011100111001100010100100000011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6432CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6432CD; }

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

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

<style>
 a { background-color: #6432CD; }

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

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

<style>
 span { border-color: #6432CD; }

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

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