Html Css Color HEX #4E32AF Purple Heart

📋 copy color: '#4E32AF'

red 78 ◦ green 50 ◦ blue 175

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

Shades of Purple Heart #4E32AF

Tints of Purple Heart #4E32AF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.5%

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

R = 25.74%
G = 16.5%
B = 57.76%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4E32AF (or 0x4E32AF) is known color: Purple Heart. HEX triplet: 4E, 32 and AF. RGB value is (78,50,175). Sum of RGB (Red+Green+Blue) = 78+50+175=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E32AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E32AF is #B1CD50. Grayscale: #484848. Windows color (decimal): -11652433 or 11481678. OLE color: 11481678.

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

Color convert

RGB 78 50 175 -
CMYK 0.55 0.71 0 0.31
HSL 253.44º 0.56% 0.44% -
HSV(B) 253.44º 0.71% 0.69% -
XYZ 12.02 7 41.27 -
YUV 72.62 185.78 131.84 -
System Red Green Blue C M Y K H S L
Decimal 78 50 175 0.55 0.71 0 0.31 253.44 0.56 0.44
Hex 4E 32 AF 37 47 0 1F FD 38 2C
Octal 116 62 257 67 107 0 37 375 70 54
Binary 1001110 110010 10101111 110111 1000111 0 11111 11111101 111000 101100

Color Harmonies of #4E32AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E32AF

Black with #4E32AF

Text Example


Text Example

White with #4E32AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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