Html Css Color HEX #4813AC Purple Heart

📋 copy color: '#4813AC'

red 72 ◦ green 19 ◦ blue 172

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

Shades of Purple Heart #4813AC

Tints of Purple Heart #4813AC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.22%

 BLUE value IS 172 (67.58% from 255) = 65.4%

R = 27.38%
G = 7.22%
B = 65.4%

CMYK

 C value IS 0.58

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4813AC (or 0x4813AC) is known color: Purple Heart. HEX triplet: 48, 13 and AC. RGB value is (72,19,172). Sum of RGB (Red+Green+Blue) = 72+19+172=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #4813AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4813AC is #B7EC53. Grayscale: #333333. Windows color (decimal): -12053588 or 11277128. OLE color: 11277128.

HSL color Cylindrical-coordinate representation of color #4813AC: hue angle of 260.78º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4813AC is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 19 172 -
CMYK 0.58 0.89 0 0.33
HSL 260.78º 0.8% 0.37% -
HSV(B) 260.78º 0.89% 0.67% -
XYZ 10.35 4.82 39.41 -
YUV 52.29 195.56 142.06 -
System Red Green Blue C M Y K H S L
Decimal 72 19 172 0.58 0.89 0 0.33 260.78 0.8 0.37
Hex 48 13 AC 3A 59 0 21 105 50 25
Octal 110 23 254 72 131 0 41 405 120 45
Binary 1001000 10011 10101100 111010 1011001 0 100001 100000101 1010000 100101

Color Harmonies of #4813AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4813AC

Black with #4813AC

Text Example


Text Example

White with #4813AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4813AC; }

 p { color: rgb(72,19,172); }

 H1.HeaderClassName
 {
   color: #4813AC;
 }
 .AnyTagClassName
 {
   color: #4813AC;
 }
</style>

background-color css

<style>
 a { background-color: #4813AC; }

 a { background-color: rgb(72,19,172); }

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

border-color css

<style>
 span { border-color: #4813AC; }

 span { border-color: rgb(72,19,172); }

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