Html Css Color HEX #4814AE Purple Heart

📋 copy color: '#4814AE'

red 72 ◦ green 20 ◦ blue 174

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

Shades of Purple Heart #4814AE

Tints of Purple Heart #4814AE

RGB

 RED value IS 72 (28.52% from 255) = 27.07%

 GREEN value IS 20 (8.2% from 255) = 7.52%

 BLUE value IS 174 (68.36% from 255) = 65.41%

R = 27.07%
G = 7.52%
B = 65.41%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4814AE (or 0x4814AE) is known color: Purple Heart. HEX triplet: 48, 14 and AE. RGB value is (72,20,174). Sum of RGB (Red+Green+Blue) = 72+20+174=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #4814AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4814AE is #B7EB51. Grayscale: #343434. Windows color (decimal): -12053330 or 11408456. OLE color: 11408456.

HSL color Cylindrical-coordinate representation of color #4814AE: hue angle of 260.26º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4814AE is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 20 174 -
CMYK 0.59 0.89 0 0.32
HSL 260.26º 0.79% 0.38% -
HSV(B) 260.26º 0.89% 0.68% -
XYZ 10.56 4.93 40.44 -
YUV 53.1 196.23 141.48 -
System Red Green Blue C M Y K H S L
Decimal 72 20 174 0.59 0.89 0 0.32 260.26 0.79 0.38
Hex 48 14 AE 3B 59 0 20 104 4F 26
Octal 110 24 256 73 131 0 40 404 117 46
Binary 1001000 10100 10101110 111011 1011001 0 100000 100000100 1001111 100110

Color Harmonies of #4814AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4814AE

Black with #4814AE

Text Example


Text Example

White with #4814AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4814AE; }

 p { color: rgb(72,20,174); }

 H1.HeaderClassName
 {
   color: #4814AE;
 }
 .AnyTagClassName
 {
   color: #4814AE;
 }
</style>

background-color css

<style>
 a { background-color: #4814AE; }

 a { background-color: rgb(72,20,174); }

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

border-color css

<style>
 span { border-color: #4814AE; }

 span { border-color: rgb(72,20,174); }

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