Html Css Color HEX #4F085A Hot Purple

📋 copy color: '#4F085A'

red 79 ◦ green 8 ◦ blue 90

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

Shades of Hot Purple #4F085A

Tints of Hot Purple #4F085A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 50.85%

R = 44.63%
G = 4.52%
B = 50.85%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4F085A (or 0x4F085A) is known color: Hot Purple. HEX triplet: 4F, 08 and 5A. RGB value is (79,8,90). Sum of RGB (Red+Green+Blue) = 79+8+90=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #4F085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F085A is #B0F7A5. Grayscale: #262626. Windows color (decimal): -11597734 or 5900367. OLE color: 5900367.

HSL color Cylindrical-coordinate representation of color #4F085A: hue angle of 291.95º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F085A is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 8 90 -
CMYK 0.12 0.91 0 0.65
HSL 291.95º 0.84% 0.19% -
HSV(B) 291.95º 0.91% 0.35% -
XYZ 5.16 2.57 9.9 -
YUV 38.58 157.02 156.83 -
System Red Green Blue C M Y K H S L
Decimal 79 8 90 0.12 0.91 0 0.65 291.95 0.84 0.19
Hex 4F 8 5A C 5B 0 41 124 54 13
Octal 117 10 132 14 133 0 101 444 124 23
Binary 1001111 1000 1011010 1100 1011011 0 1000001 100100100 1010100 10011

Color Harmonies of #4F085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F085A

Black with #4F085A

Text Example


Text Example

White with #4F085A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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