Html Css Color HEX #4F095D Hot Purple

📋 copy color: '#4F095D'

red 79 ◦ green 9 ◦ blue 93

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

Shades of Hot Purple #4F095D

Tints of Hot Purple #4F095D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.97%

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

R = 43.65%
G = 4.97%
B = 51.38%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F095D (or 0x4F095D) is known color: Hot Purple. HEX triplet: 4F, 09 and 5D. RGB value is (79,9,93). Sum of RGB (Red+Green+Blue) = 79+9+93=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F095D is #B0F6A2. Grayscale: #272727. Windows color (decimal): -11597475 or 6097231. OLE color: 6097231.

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

Color convert

RGB 79 9 93 -
CMYK 0.15 0.90 0 0.64
HSL 290º 0.82% 0.2% -
HSV(B) 290º 0.9% 0.36% -
XYZ 5.3 2.65 10.59 -
YUV 39.51 158.19 156.17 -
System Red Green Blue C M Y K H S L
Decimal 79 9 93 0.15 0.90 0 0.64 290 0.82 0.2
Hex 4F 9 5D F 5A 0 40 122 52 14
Octal 117 11 135 17 132 0 100 442 122 24
Binary 1001111 1001 1011101 1111 1011010 0 1000000 100100010 1010010 10100

Color Harmonies of #4F095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F095D

Black with #4F095D

Text Example


Text Example

White with #4F095D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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