#4A02CA

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

Shades of Purple Heart #4A02CA

Tints of Purple Heart #4A02CA

Color information

#4A02CA (or 0x4A02CA) is unknown color: approx Purple Heart. HEX triplet: 4A, 02 and CA. RGB value is (74,2,202). Sum of RGB (Red+Green+Blue) = 74+2+202=278 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.62% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 202 (79.30% from 255 or 72.66% from 278); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A02CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A02CA is #B5FD35. Grayscale: #2D2D2D. Windows color (decimal): -11926838 or 13238858. OLE color: 13238858.

HSL color Cylindrical-coordinate representation of color #4A02CA: hue angle of 261.6º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A02CA is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB742202-
CMYK0.630.9900.21
HSL261.6º98.04%40%-
HSV(B)261.6º99.01%79.22%-
XYZ13.515.7656.28-
YUV46.33215.85147.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.62%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 202 (79.30% from 255) = 72.66%
R=26.62%
G=0.72%
B=72.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal7422020.630.9900.21261.698.0440
Hex4A2CA3F630151066228
Octal11223127714302540614250
Binary1001010101100101011111111000110101011000001101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A02CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A02CA; }

 p { color: rgb(74,2,202); }

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

<style>
 a { background-color: #4A02CA; }

 a { background-color: rgb(74,2,202); }

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

<style>
 span { border-color: #4A02CA; }

 span { border-color: rgb(74,2,202); }

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