#4232C6

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

Shades of Purple Heart #4232C6

Tints of Purple Heart #4232C6

Color information

#4232C6 (or 0x4232C6) is unknown color: approx Purple Heart. HEX triplet: 42, 32 and C6. RGB value is (66,50,198). Sum of RGB (Red+Green+Blue) = 66+50+198=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 198 (77.73% from 255 or 63.06% from 314); Max value from RGB is 198 - color contains mainly: blue. Hex color #4232C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4232C6 is #BDCD39. Grayscale: #474747. Windows color (decimal): -12438842 or 12988994. OLE color: 12988994.

HSL color Cylindrical-coordinate representation of color #4232C6: hue angle of 246.49º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4232C6 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6650198-
CMYK0.670.7500.22
HSL246.49º59.68%48.63%-
HSV(B)246.49º74.75%77.65%-
XYZ13.587.5254.16-
YUV71.66199.3123.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.02%
GREEN value IS 50 (19.92% from 255) = 15.92%
BLUE value IS 198 (77.73% from 255) = 63.06%
R=21.02%
G=15.92%
B=63.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal66501980.670.7500.22246.4959.6848.63
Hex4232C6434B016f63c31
Octal102623061031130263667461
Binary1000010110010110001101000011100101101011011110110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4232C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4232C6; }

 p { color: rgb(66,50,198); }

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

<style>
 a { background-color: #4232C6; }

 a { background-color: rgb(66,50,198); }

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

<style>
 span { border-color: #4232C6; }

 span { border-color: rgb(66,50,198); }

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