#6532CC

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

Shades of Purple Heart #6532CC

Tints of Purple Heart #6532CC

Color information

#6532CC (or 0x6532CC) is unknown color: approx Purple Heart. HEX triplet: 65, 32 and CC. RGB value is (101,50,204). Sum of RGB (Red+Green+Blue) = 101+50+204=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #6532CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6532CC is #9ACD33. Grayscale: #525252. Windows color (decimal): -10145076 or 13382245. OLE color: 13382245.

HSL color Cylindrical-coordinate representation of color #6532CC: hue angle of 259.87º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6532CC is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10150204-
CMYK0.500.7500.2
HSL259.87º60.63%49.8%-
HSV(B)259.87º75.49%80%-
XYZ17.419.4158.03-
YUV82.8196.4140.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.45%
GREEN value IS 50 (19.92% from 255) = 14.08%
BLUE value IS 204 (80.08% from 255) = 57.46%
R=28.45%
G=14.08%
B=57.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal101502040.500.7500.2259.8760.6349.8
Hex6532CC324B0141043d32
Octal14562314621130244047562
Binary1100101110010110011001100101001011010100100000100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6532CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6532CC; }

 p { color: rgb(101,50,204); }

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

<style>
 a { background-color: #6532CC; }

 a { background-color: rgb(101,50,204); }

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

<style>
 span { border-color: #6532CC; }

 span { border-color: rgb(101,50,204); }

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