Html Css Color HEX #48013E Tyrian Purple

📋 copy color: '#48013E'

red 72 ◦ green 1 ◦ blue 62

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

Shades of Tyrian Purple #48013E

Tints of Tyrian Purple #48013E

RGB

 RED value IS 72 (28.52% from 255) = 53.33%

 GREEN value IS 1 (0.78% from 255) = 0.74%

 BLUE value IS 62 (24.61% from 255) = 45.93%

R = 53.33%
G = 0.74%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#48013E (or 0x48013E) is known color: Tyrian Purple. HEX triplet: 48, 01 and 3E. RGB value is (72,1,62). Sum of RGB (Red+Green+Blue) = 72+1+62=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48013E is #B7FEC1. Grayscale: #1D1D1D. Windows color (decimal): -12058306 or 4063560. OLE color: 4063560.

HSL color Cylindrical-coordinate representation of color #48013E: hue angle of 308.45º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48013E is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 1 62 -
CMYK 0 0.99 0.14 0.72
HSL 308.45º 0.97% 0.14% -
HSV(B) 308.45º 0.99% 0.28% -
XYZ 3.55 1.75 4.71 -
YUV 29.18 146.52 158.54 -
System Red Green Blue C M Y K H S L
Decimal 72 1 62 0 0.99 0.14 0.72 308.45 0.97 0.14
Hex 48 1 3E 0 63 E 48 134 61 E
Octal 110 1 76 0 143 16 110 464 141 16
Binary 1001000 1 111110 0 1100011 1110 1001000 100110100 1100001 1110

Color Harmonies of #48013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48013E

Black with #48013E

Text Example


Text Example

White with #48013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48013E; }

 p { color: rgb(72,1,62); }

 H1.HeaderClassName
 {
   color: #48013E;
 }
 .AnyTagClassName
 {
   color: #48013E;
 }
</style>

background-color css

<style>
 a { background-color: #48013E; }

 a { background-color: rgb(72,1,62); }

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

border-color css

<style>
 span { border-color: #48013E; }

 span { border-color: rgb(72,1,62); }

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