Html Css Color HEX #4F13AC Purple Heart

📋 copy color: '#4F13AC'

red 79 ◦ green 19 ◦ blue 172

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

Shades of Purple Heart #4F13AC

Tints of Purple Heart #4F13AC

RGB

 RED value IS 79 (31.25% from 255) = 29.26%

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

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

R = 29.26%
G = 7.04%
B = 63.7%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F13AC (or 0x4F13AC) is known color: Purple Heart. HEX triplet: 4F, 13 and AC. RGB value is (79,19,172). Sum of RGB (Red+Green+Blue) = 79+19+172=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F13AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F13AC is #B0EC53. Grayscale: #353535. Windows color (decimal): -11594836 or 11277135. OLE color: 11277135.

HSL color Cylindrical-coordinate representation of color #4F13AC: hue angle of 263.53º 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 #4F13AC is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 19 172 -
CMYK 0.54 0.89 0 0.33
HSL 263.53º 0.8% 0.37% -
HSV(B) 263.53º 0.89% 0.67% -
XYZ 10.9 5.11 39.44 -
YUV 54.38 194.38 145.56 -
System Red Green Blue C M Y K H S L
Decimal 79 19 172 0.54 0.89 0 0.33 263.53 0.8 0.37
Hex 4F 13 AC 36 59 0 21 108 50 25
Octal 117 23 254 66 131 0 41 410 120 45
Binary 1001111 10011 10101100 110110 1011001 0 100001 100001000 1010000 100101

Color Harmonies of #4F13AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F13AC

Black with #4F13AC

Text Example


Text Example

White with #4F13AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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