Html Css Color HEX #4F0153 Hot Purple

📋 copy color: '#4F0153'

red 79 ◦ green 1 ◦ blue 83

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

Shades of Hot Purple #4F0153

Tints of Hot Purple #4F0153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 48.47%
G = 0.61%
B = 50.92%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4F0153 (or 0x4F0153) is known color: Hot Purple. HEX triplet: 4F, 01 and 53. RGB value is (79,1,83). Sum of RGB (Red+Green+Blue) = 79+1+83=163 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.47% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #4F0153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0153 is #B0FEAC. Grayscale: #212121. Windows color (decimal): -11599533 or 5439823. OLE color: 5439823.

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

Color convert

RGB 79 1 83 -
CMYK 0.05 0.99 0 0.67
HSL 297.07º 0.98% 0.16% -
HSV(B) 297.07º 0.99% 0.33% -
XYZ 4.8 2.31 8.38 -
YUV 33.67 155.84 160.33 -
System Red Green Blue C M Y K H S L
Decimal 79 1 83 0.05 0.99 0 0.67 297.07 0.98 0.16
Hex 4F 1 53 5 63 0 43 129 62 10
Octal 117 1 123 5 143 0 103 451 142 20
Binary 1001111 1 1010011 101 1100011 0 1000011 100101001 1100010 10000

Color Harmonies of #4F0153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0153

Black with #4F0153

Text Example


Text Example

White with #4F0153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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