Html Css Color HEX #4B053D Tyrian Purple

📋 copy color: '#4B053D'

red 75 ◦ green 5 ◦ blue 61

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

Shades of Tyrian Purple #4B053D

Tints of Tyrian Purple #4B053D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 43.26%

R = 53.19%
G = 3.55%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#4B053D (or 0x4B053D) is known color: Tyrian Purple. HEX triplet: 4B, 05 and 3D. RGB value is (75,5,61). Sum of RGB (Red+Green+Blue) = 75+5+61=141 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.19% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 75 - color contains mainly: red. Hex color #4B053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B053D is #B4FAC2. Grayscale: #202020. Windows color (decimal): -11860675 or 3999051. OLE color: 3999051.

HSL color Cylindrical-coordinate representation of color #4B053D: hue angle of 312º 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 #4B053D is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 5 61 -
CMYK 0 0.93 0.19 0.71
HSL 312º 0.88% 0.16% -
HSV(B) 312º 0.93% 0.29% -
XYZ 3.8 1.94 4.59 -
YUV 32.31 144.19 158.45 -
System Red Green Blue C M Y K H S L
Decimal 75 5 61 0 0.93 0.19 0.71 312 0.88 0.16
Hex 4B 5 3D 0 5D 13 47 138 58 10
Octal 113 5 75 0 135 23 107 470 130 20
Binary 1001011 101 111101 0 1011101 10011 1000111 100111000 1011000 10000

Color Harmonies of #4B053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B053D

Black with #4B053D

Text Example


Text Example

White with #4B053D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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