Html Css Color HEX #4F1E55 Hot Purple

📋 copy color: '#4F1E55'

red 79 ◦ green 30 ◦ blue 85

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

Shades of Hot Purple #4F1E55

Tints of Hot Purple #4F1E55

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.46%

 BLUE value IS 85 (33.59% from 255) = 43.81%

R = 40.72%
G = 15.46%
B = 43.81%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4F1E55 (or 0x4F1E55) is known color: Hot Purple. HEX triplet: 4F, 1E and 55. RGB value is (79,30,85). Sum of RGB (Red+Green+Blue) = 79+30+85=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #4F1E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F1E55 is #B0E1AA. Grayscale: #323232. Windows color (decimal): -11592107 or 5578319. OLE color: 5578319.

HSL color Cylindrical-coordinate representation of color #4F1E55: hue angle of 293.45º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F1E55 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 30 85 -
CMYK 0.07 0.65 0 0.67
HSL 293.45º 0.48% 0.23% -
HSV(B) 293.45º 0.65% 0.33% -
XYZ 5.33 3.25 8.94 -
YUV 50.92 147.23 148.03 -
System Red Green Blue C M Y K H S L
Decimal 79 30 85 0.07 0.65 0 0.67 293.45 0.48 0.23
Hex 4F 1E 55 7 41 0 43 125 30 17
Octal 117 36 125 7 101 0 103 445 60 27
Binary 1001111 11110 1010101 111 1000001 0 1000011 100100101 110000 10111

Color Harmonies of #4F1E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1E55

Black with #4F1E55

Text Example


Text Example

White with #4F1E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,30,85); }

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

background-color css

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

 a { background-color: rgb(79,30,85); }

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

border-color css

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

 span { border-color: rgb(79,30,85); }

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