Html Css Color HEX #4F0C58 Hot Purple

📋 copy color: '#4F0C58'

red 79 ◦ green 12 ◦ blue 88

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

Shades of Hot Purple #4F0C58

Tints of Hot Purple #4F0C58

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.7%

 BLUE value IS 88 (34.77% from 255) = 49.16%

R = 44.13%
G = 6.7%
B = 49.16%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4F0C58 (or 0x4F0C58) is known color: Hot Purple. HEX triplet: 4F, 0C and 58. RGB value is (79,12,88). Sum of RGB (Red+Green+Blue) = 79+12+88=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #4F0C58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0C58 is #B0F3A7. Grayscale: #282828. Windows color (decimal): -11596712 or 5770319. OLE color: 5770319.

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

Color convert

RGB 79 12 88 -
CMYK 0.10 0.86 0 0.65
HSL 292.89º 0.76% 0.2% -
HSV(B) 292.89º 0.86% 0.35% -
XYZ 5.12 2.63 9.47 -
YUV 40.7 154.7 155.32 -
System Red Green Blue C M Y K H S L
Decimal 79 12 88 0.10 0.86 0 0.65 292.89 0.76 0.2
Hex 4F C 58 A 56 0 41 125 4C 14
Octal 117 14 130 12 126 0 101 445 114 24
Binary 1001111 1100 1011000 1010 1010110 0 1000001 100100101 1001100 10100

Color Harmonies of #4F0C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0C58

Black with #4F0C58

Text Example


Text Example

White with #4F0C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,12,88); }

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

background-color css

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

 a { background-color: rgb(79,12,88); }

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

border-color css

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

 span { border-color: rgb(79,12,88); }

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