Html Css Color HEX #4B033F Tyrian Purple

📋 copy color: '#4B033F'

red 75 ◦ green 3 ◦ blue 63

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

Shades of Tyrian Purple #4B033F

Tints of Tyrian Purple #4B033F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.13%

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

R = 53.19%
G = 2.13%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#4B033F (or 0x4B033F) is known color: Tyrian Purple. HEX triplet: 4B, 03 and 3F. RGB value is (75,3,63). Sum of RGB (Red+Green+Blue) = 75+3+63=141 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.19% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 75 - color contains mainly: red. Hex color #4B033F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B033F is #B4FCC0. Grayscale: #1F1F1F. Windows color (decimal): -11861185 or 4129611. OLE color: 4129611.

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

Color convert

RGB 75 3 63 -
CMYK 0 0.96 0.16 0.71
HSL 310º 0.92% 0.15% -
HSV(B) 310º 0.96% 0.29% -
XYZ 3.83 1.92 4.87 -
YUV 31.37 145.85 159.12 -
System Red Green Blue C M Y K H S L
Decimal 75 3 63 0 0.96 0.16 0.71 310 0.92 0.15
Hex 4B 3 3F 0 60 10 47 136 5C F
Octal 113 3 77 0 140 20 107 466 134 17
Binary 1001011 11 111111 0 1100000 10000 1000111 100110110 1011100 1111

Color Harmonies of #4B033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B033F

Black with #4B033F

Text Example


Text Example

White with #4B033F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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