Html Css Color HEX #4F055D Hot Purple

📋 copy color: '#4F055D'

red 79 ◦ green 5 ◦ blue 93

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

Shades of Hot Purple #4F055D

Tints of Hot Purple #4F055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.82%

 BLUE value IS 93 (36.72% from 255) = 52.54%

R = 44.63%
G = 2.82%
B = 52.54%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F055D (or 0x4F055D) is known color: Hot Purple. HEX triplet: 4F, 05 and 5D. RGB value is (79,5,93). Sum of RGB (Red+Green+Blue) = 79+5+93=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F055D is #B0FAA2. Grayscale: #242424. Windows color (decimal): -11598499 or 6096207. OLE color: 6096207.

HSL color Cylindrical-coordinate representation of color #4F055D: hue angle of 290.45º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F055D is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 79 5 93 -
CMYK 0.15 0.95 0 0.64
HSL 290.45º 0.9% 0.19% -
HSV(B) 290.45º 0.95% 0.36% -
XYZ 5.25 2.56 10.57 -
YUV 37.16 159.52 157.84 -
System Red Green Blue C M Y K H S L
Decimal 79 5 93 0.15 0.95 0 0.64 290.45 0.9 0.19
Hex 4F 5 5D F 5F 0 40 122 5A 13
Octal 117 5 135 17 137 0 100 442 132 23
Binary 1001111 101 1011101 1111 1011111 0 1000000 100100010 1011010 10011

Color Harmonies of #4F055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F055D

Black with #4F055D

Text Example


Text Example

White with #4F055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,5,93); }

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

background-color css

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

 a { background-color: rgb(79,5,93); }

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

border-color css

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

 span { border-color: rgb(79,5,93); }

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