Html Css Color HEX #4F0A5A Hot Purple

📋 copy color: '#4F0A5A'

red 79 ◦ green 10 ◦ blue 90

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

Shades of Hot Purple #4F0A5A

Tints of Hot Purple #4F0A5A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.59%

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

R = 44.13%
G = 5.59%
B = 50.28%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4F0A5A (or 0x4F0A5A) is known color: Hot Purple. HEX triplet: 4F, 0A and 5A. RGB value is (79,10,90). Sum of RGB (Red+Green+Blue) = 79+10+90=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #4F0A5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0A5A is #B0F5A5. Grayscale: #272727. Windows color (decimal): -11597222 or 5900879. OLE color: 5900879.

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

Color convert

RGB 79 10 90 -
CMYK 0.12 0.89 0 0.65
HSL 291.75º 0.8% 0.2% -
HSV(B) 291.75º 0.89% 0.35% -
XYZ 5.18 2.62 9.91 -
YUV 39.75 156.36 156 -
System Red Green Blue C M Y K H S L
Decimal 79 10 90 0.12 0.89 0 0.65 291.75 0.8 0.2
Hex 4F A 5A C 59 0 41 124 50 14
Octal 117 12 132 14 131 0 101 444 120 24
Binary 1001111 1010 1011010 1100 1011001 0 1000001 100100100 1010000 10100

Color Harmonies of #4F0A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0A5A

Black with #4F0A5A

Text Example


Text Example

White with #4F0A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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