Html Css Color HEX #4B023A Tyrian Purple

📋 copy color: '#4B023A'

red 75 ◦ green 2 ◦ blue 58

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

Shades of Tyrian Purple #4B023A

Tints of Tyrian Purple #4B023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.48%

 BLUE value IS 58 (23.05% from 255) = 42.96%

R = 55.56%
G = 1.48%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#4B023A (or 0x4B023A) is known color: Tyrian Purple. HEX triplet: 4B, 02 and 3A. RGB value is (75,2,58). Sum of RGB (Red+Green+Blue) = 75+2+58=135 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.56% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 75 - color contains mainly: red. Hex color #4B023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B023A is #B4FDC5. Grayscale: #1E1E1E. Windows color (decimal): -11861446 or 3801675. OLE color: 3801675.

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

Color convert

RGB 75 2 58 -
CMYK 0 0.97 0.23 0.71
HSL 313.97º 0.95% 0.15% -
HSV(B) 313.97º 0.97% 0.29% -
XYZ 3.69 1.84 4.16 -
YUV 30.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 75 2 58 0 0.97 0.23 0.71 313.97 0.95 0.15
Hex 4B 2 3A 0 61 17 47 13A 5F F
Octal 113 2 72 0 141 27 107 472 137 17
Binary 1001011 10 111010 0 1100001 10111 1000111 100111010 1011111 1111

Color Harmonies of #4B023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B023A

Black with #4B023A

Text Example


Text Example

White with #4B023A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,2,58); }

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

background-color css

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

 a { background-color: rgb(75,2,58); }

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

border-color css

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

 span { border-color: rgb(75,2,58); }

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