Html Css Color HEX #4F0FAE Purple Heart

📋 copy color: '#4F0FAE'

red 79 ◦ green 15 ◦ blue 174

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

Shades of Purple Heart #4F0FAE

Tints of Purple Heart #4F0FAE

RGB

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

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

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

R = 29.48%
G = 5.6%
B = 64.93%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4F0FAE (or 0x4F0FAE) is known color: Purple Heart. HEX triplet: 4F, 0F and AE. RGB value is (79,15,174). Sum of RGB (Red+Green+Blue) = 79+15+174=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #4F0FAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0FAE is #B0F051. Grayscale: #333333. Windows color (decimal): -11595858 or 11407183. OLE color: 11407183.

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

Color convert

RGB 79 15 174 -
CMYK 0.55 0.91 0 0.32
HSL 264.15º 0.84% 0.37% -
HSV(B) 264.15º 0.91% 0.68% -
XYZ 11.04 5.06 40.44 -
YUV 52.26 196.7 147.07 -
System Red Green Blue C M Y K H S L
Decimal 79 15 174 0.55 0.91 0 0.32 264.15 0.84 0.37
Hex 4F F AE 37 5B 0 20 108 54 25
Octal 117 17 256 67 133 0 40 410 124 45
Binary 1001111 1111 10101110 110111 1011011 0 100000 100001000 1010100 100101

Color Harmonies of #4F0FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0FAE

Black with #4F0FAE

Text Example


Text Example

White with #4F0FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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