Html Css Color HEX #4F0FAC Purple Heart

📋 copy color: '#4F0FAC'

red 79 ◦ green 15 ◦ blue 172

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

Shades of Purple Heart #4F0FAC

Tints of Purple Heart #4F0FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.64%

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

R = 29.7%
G = 5.64%
B = 64.66%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F0FAC (or 0x4F0FAC) is known color: Purple Heart. HEX triplet: 4F, 0F and AC. RGB value is (79,15,172). Sum of RGB (Red+Green+Blue) = 79+15+172=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F0FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0FAC is #B0F053. Grayscale: #333333. Windows color (decimal): -11595860 or 11276111. OLE color: 11276111.

HSL color Cylindrical-coordinate representation of color #4F0FAC: hue angle of 264.46º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F0FAC is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 15 172 -
CMYK 0.54 0.91 0 0.33
HSL 264.46º 0.84% 0.37% -
HSV(B) 264.46º 0.91% 0.67% -
XYZ 10.84 4.98 39.42 -
YUV 52.03 195.7 147.23 -
System Red Green Blue C M Y K H S L
Decimal 79 15 172 0.54 0.91 0 0.33 264.46 0.84 0.37
Hex 4F F AC 36 5B 0 21 108 54 25
Octal 117 17 254 66 133 0 41 410 124 45
Binary 1001111 1111 10101100 110110 1011011 0 100001 100001000 1010100 100101

Color Harmonies of #4F0FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0FAC

Black with #4F0FAC

Text Example


Text Example

White with #4F0FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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