Html Css Color HEX #4F0154 Hot Purple

📋 copy color: '#4F0154'

red 79 ◦ green 1 ◦ blue 84

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

Shades of Hot Purple #4F0154

Tints of Hot Purple #4F0154

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 84 (33.2% from 255) = 51.22%

R = 48.17%
G = 0.61%
B = 51.22%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4F0154 (or 0x4F0154) is known color: Hot Purple. HEX triplet: 4F, 01 and 54. RGB value is (79,1,84). Sum of RGB (Red+Green+Blue) = 79+1+84=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 84 (33.20% from 255 or 51.22% from 164); Max value from RGB is 84 - color contains mainly: blue. Hex color #4F0154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0154 is #B0FEAB. Grayscale: #212121. Windows color (decimal): -11599532 or 5505359. OLE color: 5505359.

HSL color Cylindrical-coordinate representation of color #4F0154: hue angle of 296.39º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F0154 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 1 84 -
CMYK 0.06 0.99 0 0.67
HSL 296.39º 0.98% 0.17% -
HSV(B) 296.39º 0.99% 0.33% -
XYZ 4.84 2.32 8.58 -
YUV 33.78 156.34 160.25 -
System Red Green Blue C M Y K H S L
Decimal 79 1 84 0.06 0.99 0 0.67 296.39 0.98 0.17
Hex 4F 1 54 6 63 0 43 128 62 11
Octal 117 1 124 6 143 0 103 450 142 21
Binary 1001111 1 1010100 110 1100011 0 1000011 100101000 1100010 10001

Color Harmonies of #4F0154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0154

Black with #4F0154

Text Example


Text Example

White with #4F0154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,1,84); }

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

background-color css

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

 a { background-color: rgb(79,1,84); }

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

border-color css

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

 span { border-color: rgb(79,1,84); }

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