Html Css Color HEX #4F1D53 Hot Purple

📋 copy color: '#4F1D53'

red 79 ◦ green 29 ◦ blue 83

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

Shades of Hot Purple #4F1D53

Tints of Hot Purple #4F1D53

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.18%

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

R = 41.36%
G = 15.18%
B = 43.46%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4F1D53 (or 0x4F1D53) is known color: Hot Purple. HEX triplet: 4F, 1D and 53. RGB value is (79,29,83). Sum of RGB (Red+Green+Blue) = 79+29+83=191 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.36% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #4F1D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F1D53 is #B0E2AC. Grayscale: #313131. Windows color (decimal): -11592365 or 5446991. OLE color: 5446991.

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

Color convert

RGB 79 29 83 -
CMYK 0.05 0.65 0 0.67
HSL 295.56º 0.48% 0.22% -
HSV(B) 295.56º 0.65% 0.33% -
XYZ 5.23 3.17 8.52 -
YUV 50.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 79 29 83 0.05 0.65 0 0.67 295.56 0.48 0.22
Hex 4F 1D 53 5 41 0 43 128 30 16
Octal 117 35 123 5 101 0 103 450 60 26
Binary 1001111 11101 1010011 101 1000001 0 1000011 100101000 110000 10110

Color Harmonies of #4F1D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1D53

Black with #4F1D53

Text Example


Text Example

White with #4F1D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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