Html Css Color HEX #4A0958 Hot Purple

📋 copy color: '#4A0958'

red 74 ◦ green 9 ◦ blue 88

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

Shades of Hot Purple #4A0958

Tints of Hot Purple #4A0958

RGB

 RED value IS 74 (29.3% from 255) = 43.27%

 GREEN value IS 9 (3.91% from 255) = 5.26%

 BLUE value IS 88 (34.77% from 255) = 51.46%

R = 43.27%
G = 5.26%
B = 51.46%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A0958 (or 0x4A0958) is known color: Hot Purple. HEX triplet: 4A, 09 and 58. RGB value is (74,9,88). Sum of RGB (Red+Green+Blue) = 74+9+88=171 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.27% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #4A0958 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0958 is #B5F6A7. Grayscale: #252525. Windows color (decimal): -11925160 or 5769546. OLE color: 5769546.

HSL color Cylindrical-coordinate representation of color #4A0958: hue angle of 289.37º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A0958 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 9 88 -
CMYK 0.16 0.90 0 0.65
HSL 289.37º 0.81% 0.19% -
HSV(B) 289.37º 0.9% 0.35% -
XYZ 4.68 2.36 9.44 -
YUV 37.44 156.53 154.08 -
System Red Green Blue C M Y K H S L
Decimal 74 9 88 0.16 0.90 0 0.65 289.37 0.81 0.19
Hex 4A 9 58 10 5A 0 41 121 51 13
Octal 112 11 130 20 132 0 101 441 121 23
Binary 1001010 1001 1011000 10000 1011010 0 1000001 100100001 1010001 10011

Color Harmonies of #4A0958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0958

Black with #4A0958

Text Example


Text Example

White with #4A0958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,9,88); }

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

background-color css

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

 a { background-color: rgb(74,9,88); }

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

border-color css

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

 span { border-color: rgb(74,9,88); }

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