Html Css Color HEX #4F1F53 Hot Purple

📋 copy color: '#4F1F53'

red 79 ◦ green 31 ◦ blue 83

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

Shades of Hot Purple #4F1F53

Tints of Hot Purple #4F1F53

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.06%

 BLUE value IS 83 (32.81% from 255) = 43.01%

R = 40.93%
G = 16.06%
B = 43.01%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4F1F53 (or 0x4F1F53) is known color: Hot Purple. HEX triplet: 4F, 1F and 53. RGB value is (79,31,83). Sum of RGB (Red+Green+Blue) = 79+31+83=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 83 - color contains mainly: blue. Hex color #4F1F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F1F53 is #B0E0AC. Grayscale: #333333. Windows color (decimal): -11591853 or 5447503. OLE color: 5447503.

HSL color Cylindrical-coordinate representation of color #4F1F53: hue angle of 295.38º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F1F53 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 31 83 -
CMYK 0.05 0.63 0 0.67
HSL 295.38º 0.46% 0.22% -
HSV(B) 295.38º 0.63% 0.33% -
XYZ 5.28 3.27 8.54 -
YUV 51.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 79 31 83 0.05 0.63 0 0.67 295.38 0.46 0.22
Hex 4F 1F 53 5 3F 0 43 127 2E 16
Octal 117 37 123 5 77 0 103 447 56 26
Binary 1001111 11111 1010011 101 111111 0 1000011 100100111 101110 10110

Color Harmonies of #4F1F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1F53

Black with #4F1F53

Text Example


Text Example

White with #4F1F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,31,83); }

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

background-color css

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

 a { background-color: rgb(79,31,83); }

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

border-color css

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

 span { border-color: rgb(79,31,83); }

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