Html Css Color HEX #4F235A Hot Purple

📋 copy color: '#4F235A'

red 79 ◦ green 35 ◦ blue 90

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

Shades of Hot Purple #4F235A

Tints of Hot Purple #4F235A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.16%

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

R = 38.73%
G = 17.16%
B = 44.12%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4F235A (or 0x4F235A) is known color: Hot Purple. HEX triplet: 4F, 23 and 5A. RGB value is (79,35,90). Sum of RGB (Red+Green+Blue) = 79+35+90=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 90 - color contains mainly: blue. Hex color #4F235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F235A is #B0DCA5. Grayscale: #363636. Windows color (decimal): -11590822 or 5907279. OLE color: 5907279.

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

Color convert

RGB 79 35 90 -
CMYK 0.12 0.61 0 0.65
HSL 288º 0.44% 0.25% -
HSV(B) 288º 0.61% 0.35% -
XYZ 5.67 3.6 10.07 -
YUV 54.43 148.08 145.53 -
System Red Green Blue C M Y K H S L
Decimal 79 35 90 0.12 0.61 0 0.65 288 0.44 0.25
Hex 4F 23 5A C 3D 0 41 120 2C 19
Octal 117 43 132 14 75 0 101 440 54 31
Binary 1001111 100011 1011010 1100 111101 0 1000001 100100000 101100 11001

Color Harmonies of #4F235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F235A

Black with #4F235A

Text Example


Text Example

White with #4F235A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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