Html Css Color HEX #4A02B5 Purple Heart

📋 copy color: '#4A02B5'

red 74 ◦ green 2 ◦ blue 181

#4A02B5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #4A02B5

Tints of Purple Heart #4A02B5

RGB

 RED value IS 74 (29.3% from 255) = 28.79%

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 181 (71.09% from 255) = 70.43%

R = 28.79%
G = 0.78%
B = 70.43%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4A02B5 (or 0x4A02B5) is known color: Purple Heart. HEX triplet: 4A, 02 and B5. RGB value is (74,2,181). Sum of RGB (Red+Green+Blue) = 74+2+181=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 181 (71.09% from 255 or 70.43% from 257); Max value from RGB is 181 - color contains mainly: blue. Hex color #4A02B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A02B5 is #B5FD4A. Grayscale: #2B2B2B. Windows color (decimal): -11926859 or 11862602. OLE color: 11862602.

HSL color Cylindrical-coordinate representation of color #4A02B5: hue angle of 264.13º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A02B5 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 74 2 181 -
CMYK 0.59 0.99 0 0.29
HSL 264.13º 0.98% 0.36% -
HSV(B) 264.13º 0.99% 0.71% -
XYZ 11.19 4.84 44.06 -
YUV 43.93 205.35 149.45 -
System Red Green Blue C M Y K H S L
Decimal 74 2 181 0.59 0.99 0 0.29 264.13 0.98 0.36
Hex 4A 2 B5 3B 63 0 1D 108 62 24
Octal 112 2 265 73 143 0 35 410 142 44
Binary 1001010 10 10110101 111011 1100011 0 11101 100001000 1100010 100100

Color Harmonies of #4A02B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A02B5

Black with #4A02B5

Text Example


Text Example

White with #4A02B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A02B5;
 }
 .AnyTagClassName
 {
   color: #4A02B5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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