Html Css Color HEX #4F0FAA Purple Heart

📋 copy color: '#4F0FAA'

red 79 ◦ green 15 ◦ blue 170

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

Shades of Purple Heart #4F0FAA

Tints of Purple Heart #4F0FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 64.39%

R = 29.92%
G = 5.68%
B = 64.39%

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

#4F0FAA (or 0x4F0FAA) is known color: Purple Heart. HEX triplet: 4F, 0F and AA. RGB value is (79,15,170). Sum of RGB (Red+Green+Blue) = 79+15+170=264 (34% of max value = 765). Red value is 79 (31.25% from 255 or 29.92% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F0FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0FAA is #B0F055. Grayscale: #333333. Windows color (decimal): -11595862 or 11145039. OLE color: 11145039.

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

Color convert

RGB 79 15 170 -
CMYK 0.54 0.91 0 0.33
HSL 264.77º 0.84% 0.36% -
HSV(B) 264.77º 0.91% 0.67% -
XYZ 10.65 4.91 38.42 -
YUV 51.81 194.7 147.4 -
System Red Green Blue C M Y K H S L
Decimal 79 15 170 0.54 0.91 0 0.33 264.77 0.84 0.36
Hex 4F F AA 36 5B 0 21 109 54 24
Octal 117 17 252 66 133 0 41 411 124 44
Binary 1001111 1111 10101010 110110 1011011 0 100001 100001001 1010100 100100

Color Harmonies of #4F0FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0FAA

Black with #4F0FAA

Text Example


Text Example

White with #4F0FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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