Html Css Color HEX #4F0450 Hot Purple

📋 copy color: '#4F0450'

red 79 ◦ green 4 ◦ blue 80

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

Shades of Hot Purple #4F0450

Tints of Hot Purple #4F0450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.45%

 BLUE value IS 80 (31.64% from 255) = 49.08%

R = 48.47%
G = 2.45%
B = 49.08%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4F0450 (or 0x4F0450) is known color: Hot Purple. HEX triplet: 4F, 04 and 50. RGB value is (79,4,80). Sum of RGB (Red+Green+Blue) = 79+4+80=163 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.47% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #4F0450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0450 is #B0FBAF. Grayscale: #222222. Windows color (decimal): -11598768 or 5243983. OLE color: 5243983.

HSL color Cylindrical-coordinate representation of color #4F0450: hue angle of 299.21º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0450 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 4 80 -
CMYK 0.01 0.95 0 0.69
HSL 299.21º 0.9% 0.16% -
HSV(B) 299.21º 0.95% 0.31% -
XYZ 4.72 2.33 7.79 -
YUV 35.09 153.35 159.32 -
System Red Green Blue C M Y K H S L
Decimal 79 4 80 0.01 0.95 0 0.69 299.21 0.9 0.16
Hex 4F 4 50 1 5F 0 45 12B 5A 10
Octal 117 4 120 1 137 0 105 453 132 20
Binary 1001111 100 1010000 1 1011111 0 1000101 100101011 1011010 10000

Color Harmonies of #4F0450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0450

Black with #4F0450

Text Example


Text Example

White with #4F0450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,4,80); }

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

background-color css

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

 a { background-color: rgb(79,4,80); }

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

border-color css

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

 span { border-color: rgb(79,4,80); }

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