Html Css Color HEX #4B0559 Hot Purple

📋 copy color: '#4B0559'

red 75 ◦ green 5 ◦ blue 89

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

Shades of Hot Purple #4B0559

Tints of Hot Purple #4B0559

RGB

 RED value IS 75 (29.69% from 255) = 44.38%

 GREEN value IS 5 (2.34% from 255) = 2.96%

 BLUE value IS 89 (35.16% from 255) = 52.66%

R = 44.38%
G = 2.96%
B = 52.66%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4B0559 (or 0x4B0559) is known color: Hot Purple. HEX triplet: 4B, 05 and 59. RGB value is (75,5,89). Sum of RGB (Red+Green+Blue) = 75+5+89=169 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.38% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B0559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0559 is #B4FAA6. Grayscale: #232323. Windows color (decimal): -11860647 or 5834059. OLE color: 5834059.

HSL color Cylindrical-coordinate representation of color #4B0559: hue angle of 290º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B0559 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 75 5 89 -
CMYK 0.16 0.94 0 0.65
HSL 290º 0.89% 0.18% -
HSV(B) 290º 0.94% 0.35% -
XYZ 4.76 2.33 9.65 -
YUV 35.51 158.19 156.17 -
System Red Green Blue C M Y K H S L
Decimal 75 5 89 0.16 0.94 0 0.65 290 0.89 0.18
Hex 4B 5 59 10 5E 0 41 122 59 12
Octal 113 5 131 20 136 0 101 442 131 22
Binary 1001011 101 1011001 10000 1011110 0 1000001 100100010 1011001 10010

Color Harmonies of #4B0559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0559

Black with #4B0559

Text Example


Text Example

White with #4B0559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,5,89); }

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

background-color css

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

 a { background-color: rgb(75,5,89); }

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

border-color css

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

 span { border-color: rgb(75,5,89); }

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