Html Css Color HEX #4A2ACC Purple Heart

📋 copy color: '#4A2ACC'

red 74 ◦ green 42 ◦ blue 204

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

Shades of Purple Heart #4A2ACC

Tints of Purple Heart #4A2ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.13%

 BLUE value IS 204 (80.08% from 255) = 63.75%

R = 23.13%
G = 13.13%
B = 63.75%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4A2ACC (or 0x4A2ACC) is known color: Purple Heart. HEX triplet: 4A, 2A and CC. RGB value is (74,42,204). Sum of RGB (Red+Green+Blue) = 74+42+204=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A2ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2ACC is #B5D533. Grayscale: #454545. Windows color (decimal): -11916596 or 13380170. OLE color: 13380170.

HSL color Cylindrical-coordinate representation of color #4A2ACC: hue angle of 251.85º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A2ACC is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 74 42 204 -
CMYK 0.64 0.79 0 0.2
HSL 251.85º 0.66% 0.48% -
HSV(B) 251.85º 0.79% 0.8% -
XYZ 14.55 7.47 57.8 -
YUV 70.04 203.6 130.83 -
System Red Green Blue C M Y K H S L
Decimal 74 42 204 0.64 0.79 0 0.2 251.85 0.66 0.48
Hex 4A 2A CC 40 4F 0 14 FC 42 30
Octal 112 52 314 100 117 0 24 374 102 60
Binary 1001010 101010 11001100 1000000 1001111 0 10100 11111100 1000010 110000

Color Harmonies of #4A2ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2ACC

Black with #4A2ACC

Text Example


Text Example

White with #4A2ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,42,204); }

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

background-color css

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

 a { background-color: rgb(74,42,204); }

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

border-color css

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

 span { border-color: rgb(74,42,204); }

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