Html Css Color HEX #4B0055 Hot Purple

📋 copy color: '#4B0055'

red 75 ◦ green 0 ◦ blue 85

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

Shades of Hot Purple #4B0055

Tints of Hot Purple #4B0055

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 85 (33.59% from 255) = 53.13%

R = 46.88%
G = 0%
B = 53.13%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4B0055 (or 0x4B0055) is known color: Hot Purple. HEX triplet: 4B, 00 and 55. RGB value is (75,0,85). Sum of RGB (Red+Green+Blue) = 75+0+85=160 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.88% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #4B0055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0055 is #B4FFAA. Grayscale: #1F1F1F. Windows color (decimal): -11861931 or 5570635. OLE color: 5570635.

HSL color Cylindrical-coordinate representation of color #4B0055: hue angle of 292.94º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B0055 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 0 85 -
CMYK 0.12 1 0 0.67
HSL 292.94º 1% 0.17% -
HSV(B) 292.94º 1% 0.33% -
XYZ 4.54 2.15 8.77 -
YUV 32.12 157.85 158.59 -
System Red Green Blue C M Y K H S L
Decimal 75 0 85 0.12 1 0 0.67 292.94 1 0.17
Hex 4B 0 55 C 64 0 43 125 64 11
Octal 113 0 125 14 144 0 103 445 144 21
Binary 1001011 0 1010101 1100 1100100 0 1000011 100100101 1100100 10001

Color Harmonies of #4B0055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0055

Black with #4B0055

Text Example


Text Example

White with #4B0055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,0,85); }

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

background-color css

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

 a { background-color: rgb(75,0,85); }

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

border-color css

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

 span { border-color: rgb(75,0,85); }

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