Html Css Color HEX #4F0851 Hot Purple

📋 copy color: '#4F0851'

red 79 ◦ green 8 ◦ blue 81

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

Shades of Hot Purple #4F0851

Tints of Hot Purple #4F0851

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.76%

 BLUE value IS 81 (32.03% from 255) = 48.21%

R = 47.02%
G = 4.76%
B = 48.21%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4F0851 (or 0x4F0851) is known color: Hot Purple. HEX triplet: 4F, 08 and 51. RGB value is (79,8,81). Sum of RGB (Red+Green+Blue) = 79+8+81=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #4F0851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0851 is #B0F7AE. Grayscale: #252525. Windows color (decimal): -11597743 or 5310543. OLE color: 5310543.

HSL color Cylindrical-coordinate representation of color #4F0851: hue angle of 298.36º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F0851 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 79 8 81 -
CMYK 0.02 0.90 0 0.68
HSL 298.36º 0.82% 0.17% -
HSV(B) 298.36º 0.9% 0.32% -
XYZ 4.8 2.43 8 -
YUV 37.55 152.52 157.56 -
System Red Green Blue C M Y K H S L
Decimal 79 8 81 0.02 0.90 0 0.68 298.36 0.82 0.17
Hex 4F 8 51 2 5A 0 44 12A 52 11
Octal 117 10 121 2 132 0 104 452 122 21
Binary 1001111 1000 1010001 10 1011010 0 1000100 100101010 1010010 10001

Color Harmonies of #4F0851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0851

Black with #4F0851

Text Example


Text Example

White with #4F0851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,8,81); }

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

background-color css

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

 a { background-color: rgb(79,8,81); }

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

border-color css

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

 span { border-color: rgb(79,8,81); }

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