#4534CA

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

Shades of Purple Heart #4534CA

Tints of Purple Heart #4534CA

Color information

#4534CA (or 0x4534CA) is unknown color: approx Purple Heart. HEX triplet: 45, 34 and CA. RGB value is (69,52,202). Sum of RGB (Red+Green+Blue) = 69+52+202=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #4534CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4534CA is #BACB35. Grayscale: #494949. Windows color (decimal): -12241718 or 13251653. OLE color: 13251653.

HSL color Cylindrical-coordinate representation of color #4534CA: hue angle of 246.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4534CA is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6952202-
CMYK0.660.7400.21
HSL246.8º59.06%49.8%-
HSV(B)246.8º74.26%79.22%-
XYZ14.347.9956.66-
YUV74.18200.13124.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.36%
GREEN value IS 52 (20.70% from 255) = 16.10%
BLUE value IS 202 (79.30% from 255) = 62.54%
R=21.36%
G=16.10%
B=62.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal69522020.660.7400.21246.859.0649.8
Hex4534CA424A015f73b32
Octal105643121021120253677362
Binary1000101110100110010101000010100101001010111110111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4534CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,52,202); }

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

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

 a { background-color: rgb(69,52,202); }

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

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

 span { border-color: rgb(69,52,202); }

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