#4F0652

Color #4F0652 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #4F0652

Tints of Hot Purple #4F0652

Color information

#4F0652 (or 0x4F0652) is unknown color: approx Hot Purple. HEX triplet: 4F, 06 and 52. RGB value is (79,6,82). Sum of RGB (Red+Green+Blue) = 79+6+82=167 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.31% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #4F0652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0652 is #B0F9AD. Grayscale: #242424. Windows color (decimal): -11598254 or 5375567. OLE color: 5375567.

HSL color Cylindrical-coordinate representation of color #4F0652: hue angle of 297.63º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F0652 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB79682-
CMYK0.040.9300.68
HSL297.63º86.36%17.25%-
HSV(B)297.63º92.68%32.16%-
XYZ4.812.48.19-
YUV36.49153.68158.32-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.31%
GREEN value IS 6 (2.73% from 255) = 3.59%
BLUE value IS 82 (32.42% from 255) = 49.10%
R=47.31%
G=3.59%
B=49.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal796820.040.9300.68297.6386.3617.25
Hex4F65245D04412a5611
Octal11761224135010445212621
Binary10011111101010010100101110101000100100101010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,6,82); }

 H1.HeaderClassName
 {
   color: #4F0652;
 }
 .AnyTagClassName
 {
   color: #4F0652;
 }
</style>
background-color css

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

 a { background-color: rgb(79,6,82); }

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

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

 span { border-color: rgb(79,6,82); }

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