#4506CA

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

Shades of Purple Heart #4506CA

Tints of Purple Heart #4506CA

Color information

#4506CA (or 0x4506CA) is unknown color: approx Purple Heart. HEX triplet: 45, 06 and CA. RGB value is (69,6,202). Sum of RGB (Red+Green+Blue) = 69+6+202=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 202 (79.30% from 255 or 72.92% from 277); Max value from RGB is 202 - color contains mainly: blue. Hex color #4506CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4506CA is #BAF935. Grayscale: #2E2E2E. Windows color (decimal): -12253494 or 13239877. OLE color: 13239877.

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

Color convert

RGB696202-
CMYK0.660.9700.21
HSL259.29º94.23%40.78%-
HSV(B)259.29º97.03%79.22%-
XYZ13.185.6656.27-
YUV47.18215.37143.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.91%
GREEN value IS 6 (2.73% from 255) = 2.17%
BLUE value IS 202 (79.30% from 255) = 72.92%
R=24.91%
G=2.17%
B=72.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal6962020.660.9700.21259.2994.2340.78
Hex456CA42610151035e29
Octal105631210214102540313651
Binary100010111011001010100001011000010101011000000111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4506CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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