Html Css Color HEX #4F1C5A Hot Purple

📋 copy color: '#4F1C5A'

red 79 ◦ green 28 ◦ blue 90

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

Shades of Hot Purple #4F1C5A

Tints of Hot Purple #4F1C5A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.21%

 BLUE value IS 90 (35.55% from 255) = 45.69%

R = 40.1%
G = 14.21%
B = 45.69%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4F1C5A (or 0x4F1C5A) is known color: Hot Purple. HEX triplet: 4F, 1C and 5A. RGB value is (79,28,90). Sum of RGB (Red+Green+Blue) = 79+28+90=197 (26% of max value = 765). Red value is 79 (31.25% from 255 or 40.10% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #4F1C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F1C5A is #B0E3A5. Grayscale: #323232. Windows color (decimal): -11592614 or 5905487. OLE color: 5905487.

HSL color Cylindrical-coordinate representation of color #4F1C5A: hue angle of 289.35º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F1C5A is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 28 90 -
CMYK 0.12 0.69 0 0.65
HSL 289.35º 0.53% 0.23% -
HSV(B) 289.35º 0.69% 0.35% -
XYZ 5.49 3.23 10.01 -
YUV 50.32 150.4 148.46 -
System Red Green Blue C M Y K H S L
Decimal 79 28 90 0.12 0.69 0 0.65 289.35 0.53 0.23
Hex 4F 1C 5A C 45 0 41 121 35 17
Octal 117 34 132 14 105 0 101 441 65 27
Binary 1001111 11100 1011010 1100 1000101 0 1000001 100100001 110101 10111

Color Harmonies of #4F1C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1C5A

Black with #4F1C5A

Text Example


Text Example

White with #4F1C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,28,90); }

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

background-color css

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

 a { background-color: rgb(79,28,90); }

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

border-color css

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

 span { border-color: rgb(79,28,90); }

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