Html Css Color HEX #48013F Tyrian Purple

📋 copy color: '#48013F'

red 72 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #48013F

Tints of Tyrian Purple #48013F

RGB

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

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

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

R = 52.94%
G = 0.74%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48013F (or 0x48013F) is known color: Tyrian Purple. HEX triplet: 48, 01 and 3F. RGB value is (72,1,63). Sum of RGB (Red+Green+Blue) = 72+1+63=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48013F is #B7FEC0. Grayscale: #1D1D1D. Windows color (decimal): -12058305 or 4129096. OLE color: 4129096.

HSL color Cylindrical-coordinate representation of color #48013F: hue angle of 307.61º 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 #48013F is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 1 63 -
CMYK 0 0.99 0.12 0.72
HSL 307.61º 0.97% 0.14% -
HSV(B) 307.61º 0.99% 0.28% -
XYZ 3.58 1.76 4.85 -
YUV 29.3 147.02 158.46 -
System Red Green Blue C M Y K H S L
Decimal 72 1 63 0 0.99 0.12 0.72 307.61 0.97 0.14
Hex 48 1 3F 0 63 C 48 134 61 E
Octal 110 1 77 0 143 14 110 464 141 16
Binary 1001000 1 111111 0 1100011 1100 1001000 100110100 1100001 1110

Color Harmonies of #48013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48013F

Black with #48013F

Text Example


Text Example

White with #48013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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