Html Css Color HEX #4A23AB Purple Heart

📋 copy color: '#4A23AB'

red 74 ◦ green 35 ◦ blue 171

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

Shades of Purple Heart #4A23AB

Tints of Purple Heart #4A23AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.07%

R = 26.43%
G = 12.5%
B = 61.07%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A23AB (or 0x4A23AB) is known color: Purple Heart. HEX triplet: 4A, 23 and AB. RGB value is (74,35,171). Sum of RGB (Red+Green+Blue) = 74+35+171=280 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.43% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A23AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A23AB is #B5DC54. Grayscale: #3D3D3D. Windows color (decimal): -11918421 or 11215690. OLE color: 11215690.

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

Color convert

RGB 74 35 171 -
CMYK 0.57 0.80 0 0.33
HSL 257.21º 0.66% 0.4% -
HSV(B) 257.21º 0.8% 0.67% -
XYZ 10.78 5.6 39.04 -
YUV 62.17 189.42 136.44 -
System Red Green Blue C M Y K H S L
Decimal 74 35 171 0.57 0.80 0 0.33 257.21 0.66 0.4
Hex 4A 23 AB 39 50 0 21 101 42 28
Octal 112 43 253 71 120 0 41 401 102 50
Binary 1001010 100011 10101011 111001 1010000 0 100001 100000001 1000010 101000

Color Harmonies of #4A23AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A23AB

Black with #4A23AB

Text Example


Text Example

White with #4A23AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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