#6032CA

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

Shades of Purple Heart #6032CA

Tints of Purple Heart #6032CA

Color information

#6032CA (or 0x6032CA) is unknown color: approx Purple Heart. HEX triplet: 60, 32 and CA. RGB value is (96,50,202). Sum of RGB (Red+Green+Blue) = 96+50+202=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 202 (79.30% from 255 or 58.05% from 348); Max value from RGB is 202 - color contains mainly: blue. Hex color #6032CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6032CA is #9FCD35. Grayscale: #505050. Windows color (decimal): -10472758 or 13251168. OLE color: 13251168.

HSL color Cylindrical-coordinate representation of color #6032CA: hue angle of 258.16º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6032CA is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9650202-
CMYK0.520.7500.21
HSL258.16º60.32%49.41%-
HSV(B)258.16º75.25%79.22%-
XYZ16.639.0356.74-
YUV81.08196.24138.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.59%
GREEN value IS 50 (19.92% from 255) = 14.37%
BLUE value IS 202 (79.30% from 255) = 58.05%
R=27.59%
G=14.37%
B=58.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal96502020.520.7500.21258.1660.3249.41
Hex6032CA344B0151023c31
Octal14062312641130254027461
Binary1100000110010110010101101001001011010101100000010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6032CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6032CA; }

 p { color: rgb(96,50,202); }

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

<style>
 a { background-color: #6032CA; }

 a { background-color: rgb(96,50,202); }

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

<style>
 span { border-color: #6032CA; }

 span { border-color: rgb(96,50,202); }

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