Html Css Color HEX #4E20AF Purple Heart

📋 copy color: '#4E20AF'

red 78 ◦ green 32 ◦ blue 175

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

Shades of Purple Heart #4E20AF

Tints of Purple Heart #4E20AF

RGB

 RED value IS 78 (30.86% from 255) = 27.37%

 GREEN value IS 32 (12.89% from 255) = 11.23%

 BLUE value IS 175 (68.75% from 255) = 61.4%

R = 27.37%
G = 11.23%
B = 61.4%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4E20AF (or 0x4E20AF) is known color: Purple Heart. HEX triplet: 4E, 20 and AF. RGB value is (78,32,175). Sum of RGB (Red+Green+Blue) = 78+32+175=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 175 (68.75% from 255 or 61.40% from 285); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E20AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E20AF is #B1DF50. Grayscale: #3D3D3D. Windows color (decimal): -11657041 or 11477070. OLE color: 11477070.

HSL color Cylindrical-coordinate representation of color #4E20AF: hue angle of 259.3º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E20AF is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 78 32 175 -
CMYK 0.55 0.82 0 0.31
HSL 259.3º 0.69% 0.41% -
HSV(B) 259.3º 0.82% 0.69% -
XYZ 11.4 5.75 41.07 -
YUV 62.06 191.74 139.37 -
System Red Green Blue C M Y K H S L
Decimal 78 32 175 0.55 0.82 0 0.31 259.3 0.69 0.41
Hex 4E 20 AF 37 52 0 1F 103 45 29
Octal 116 40 257 67 122 0 37 403 105 51
Binary 1001110 100000 10101111 110111 1010010 0 11111 100000011 1000101 101001

Color Harmonies of #4E20AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E20AF

Black with #4E20AF

Text Example


Text Example

White with #4E20AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,32,175); }

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

background-color css

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

 a { background-color: rgb(78,32,175); }

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

border-color css

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

 span { border-color: rgb(78,32,175); }

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