Html Css Color HEX #4A2CCA Purple Heart

📋 copy color: '#4A2CCA'

red 74 ◦ green 44 ◦ blue 202

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

Shades of Purple Heart #4A2CCA

Tints of Purple Heart #4A2CCA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.75%

 BLUE value IS 202 (79.3% from 255) = 63.13%

R = 23.13%
G = 13.75%
B = 63.13%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4A2CCA (or 0x4A2CCA) is known color: Purple Heart. HEX triplet: 4A, 2C and CA. RGB value is (74,44,202). Sum of RGB (Red+Green+Blue) = 74+44+202=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A2CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2CCA is #B5D335. Grayscale: #464646. Windows color (decimal): -11916086 or 13249610. OLE color: 13249610.

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

Color convert

RGB 74 44 202 -
CMYK 0.63 0.78 0 0.21
HSL 251.39º 0.64% 0.48% -
HSV(B) 251.39º 0.78% 0.79% -
XYZ 14.39 7.52 56.57 -
YUV 70.98 201.94 130.15 -
System Red Green Blue C M Y K H S L
Decimal 74 44 202 0.63 0.78 0 0.21 251.39 0.64 0.48
Hex 4A 2C CA 3F 4E 0 15 FB 40 30
Octal 112 54 312 77 116 0 25 373 100 60
Binary 1001010 101100 11001010 111111 1001110 0 10101 11111011 1000000 110000

Color Harmonies of #4A2CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2CCA

Black with #4A2CCA

Text Example


Text Example

White with #4A2CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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