Html Css Color HEX #4F175C Hot Purple

📋 copy color: '#4F175C'

red 79 ◦ green 23 ◦ blue 92

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

Shades of Hot Purple #4F175C

Tints of Hot Purple #4F175C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.86%

 BLUE value IS 92 (36.33% from 255) = 47.42%

R = 40.72%
G = 11.86%
B = 47.42%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F175C (or 0x4F175C) is known color: Hot Purple. HEX triplet: 4F, 17 and 5C. RGB value is (79,23,92). Sum of RGB (Red+Green+Blue) = 79+23+92=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F175C is #B0E8A3. Grayscale: #2F2F2F. Windows color (decimal): -11593892 or 6035279. OLE color: 6035279.

HSL color Cylindrical-coordinate representation of color #4F175C: hue angle of 288.7º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F175C is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 79 23 92 -
CMYK 0.14 0.75 0 0.64
HSL 288.7º 0.6% 0.23% -
HSV(B) 288.7º 0.75% 0.36% -
XYZ 5.46 3.05 10.43 -
YUV 47.61 153.05 150.39 -
System Red Green Blue C M Y K H S L
Decimal 79 23 92 0.14 0.75 0 0.64 288.7 0.6 0.23
Hex 4F 17 5C E 4B 0 40 121 3C 17
Octal 117 27 134 16 113 0 100 441 74 27
Binary 1001111 10111 1011100 1110 1001011 0 1000000 100100001 111100 10111

Color Harmonies of #4F175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F175C

Black with #4F175C

Text Example


Text Example

White with #4F175C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,23,92); }

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

background-color css

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

 a { background-color: rgb(79,23,92); }

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

border-color css

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

 span { border-color: rgb(79,23,92); }

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