Html Css Color HEX #4F0DAB Purple Heart

📋 copy color: '#4F0DAB'

red 79 ◦ green 13 ◦ blue 171

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

Shades of Purple Heart #4F0DAB

Tints of Purple Heart #4F0DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.94%

 BLUE value IS 171 (67.19% from 255) = 65.02%

R = 30.04%
G = 4.94%
B = 65.02%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F0DAB (or 0x4F0DAB) is known color: Purple Heart. HEX triplet: 4F, 0D and AB. RGB value is (79,13,171). Sum of RGB (Red+Green+Blue) = 79+13+171=263 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.04% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F0DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0DAB is #B0F254. Grayscale: #323232. Windows color (decimal): -11596373 or 11210063. OLE color: 11210063.

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

Color convert

RGB 79 13 171 -
CMYK 0.54 0.92 0 0.33
HSL 265.06º 0.86% 0.36% -
HSV(B) 265.06º 0.92% 0.67% -
XYZ 10.72 4.89 38.91 -
YUV 50.75 195.87 148.15 -
System Red Green Blue C M Y K H S L
Decimal 79 13 171 0.54 0.92 0 0.33 265.06 0.86 0.36
Hex 4F D AB 36 5C 0 21 109 56 24
Octal 117 15 253 66 134 0 41 411 126 44
Binary 1001111 1101 10101011 110110 1011100 0 100001 100001001 1010110 100100

Color Harmonies of #4F0DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0DAB

Black with #4F0DAB

Text Example


Text Example

White with #4F0DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,13,171); }

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

background-color css

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

 a { background-color: rgb(79,13,171); }

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

border-color css

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

 span { border-color: rgb(79,13,171); }

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