#6232CA

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

Shades of Purple Heart #6232CA

Tints of Purple Heart #6232CA

Color information

#6232CA (or 0x6232CA) is unknown color: approx Purple Heart. HEX triplet: 62, 32 and CA. RGB value is (98,50,202). Sum of RGB (Red+Green+Blue) = 98+50+202=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #6232CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6232CA is #9DCD35. Grayscale: #515151. Windows color (decimal): -10341686 or 13251170. OLE color: 13251170.

HSL color Cylindrical-coordinate representation of color #6232CA: hue angle of 258.95º 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 #6232CA is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9850202-
CMYK0.510.7500.21
HSL258.95º60.32%49.41%-
HSV(B)258.95º75.25%79.22%-
XYZ16.849.1456.75-
YUV81.68195.9139.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28%
GREEN value IS 50 (19.92% from 255) = 14.29%
BLUE value IS 202 (79.30% from 255) = 57.71%
R=28%
G=14.29%
B=57.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal98502020.510.7500.21258.9560.3249.41
Hex6232CA334B0151033c31
Octal14262312631130254037461
Binary1100010110010110010101100111001011010101100000011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6232CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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