Html Css Color HEX #4A23AA Purple Heart

📋 copy color: '#4A23AA'

red 74 ◦ green 35 ◦ blue 170

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

Shades of Purple Heart #4A23AA

Tints of Purple Heart #4A23AA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.54%

 BLUE value IS 170 (66.8% from 255) = 60.93%

R = 26.52%
G = 12.54%
B = 60.93%

CMYK

 C value IS 0.56

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A23AA (or 0x4A23AA) is known color: Purple Heart. HEX triplet: 4A, 23 and AA. RGB value is (74,35,170). Sum of RGB (Red+Green+Blue) = 74+35+170=279 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.52% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A23AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A23AA is #B5DC55. Grayscale: #3D3D3D. Windows color (decimal): -11918422 or 11150154. OLE color: 11150154.

HSL color Cylindrical-coordinate representation of color #4A23AA: hue angle of 257.33º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A23AA is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 35 170 -
CMYK 0.56 0.79 0 0.33
HSL 257.33º 0.66% 0.4% -
HSV(B) 257.33º 0.79% 0.67% -
XYZ 10.68 5.56 38.54 -
YUV 62.05 188.92 136.52 -
System Red Green Blue C M Y K H S L
Decimal 74 35 170 0.56 0.79 0 0.33 257.33 0.66 0.4
Hex 4A 23 AA 38 4F 0 21 101 42 28
Octal 112 43 252 70 117 0 41 401 102 50
Binary 1001010 100011 10101010 111000 1001111 0 100001 100000001 1000010 101000

Color Harmonies of #4A23AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A23AA

Black with #4A23AA

Text Example


Text Example

White with #4A23AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,35,170); }

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

background-color css

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

 a { background-color: rgb(74,35,170); }

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

border-color css

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

 span { border-color: rgb(74,35,170); }

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