Html Css Color HEX #4B053F Tyrian Purple

📋 copy color: '#4B053F'

red 75 ◦ green 5 ◦ blue 63

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

Shades of Tyrian Purple #4B053F

Tints of Tyrian Purple #4B053F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 44.06%

R = 52.45%
G = 3.5%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#4B053F (or 0x4B053F) is known color: Tyrian Purple. HEX triplet: 4B, 05 and 3F. RGB value is (75,5,63). Sum of RGB (Red+Green+Blue) = 75+5+63=143 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.45% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 75 - color contains mainly: red. Hex color #4B053F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B053F is #B4FAC0. Grayscale: #202020. Windows color (decimal): -11860673 or 4130123. OLE color: 4130123.

HSL color Cylindrical-coordinate representation of color #4B053F: hue angle of 310.29º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B053F is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 5 63 -
CMYK 0 0.93 0.16 0.71
HSL 310.29º 0.88% 0.16% -
HSV(B) 310.29º 0.93% 0.29% -
XYZ 3.85 1.96 4.88 -
YUV 32.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 75 5 63 0 0.93 0.16 0.71 310.29 0.88 0.16
Hex 4B 5 3F 0 5D 10 47 136 58 10
Octal 113 5 77 0 135 20 107 466 130 20
Binary 1001011 101 111111 0 1011101 10000 1000111 100110110 1011000 10000

Color Harmonies of #4B053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B053F

Black with #4B053F

Text Example


Text Example

White with #4B053F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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