Html Css Color HEX #48003E Tyrian Purple

📋 copy color: '#48003E'

red 72 ◦ green 0 ◦ blue 62

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

Shades of Tyrian Purple #48003E

Tints of Tyrian Purple #48003E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.73%
G = 0%
B = 46.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#48003E (or 0x48003E) is known color: Tyrian Purple. HEX triplet: 48, 00 and 3E. RGB value is (72,0,62). Sum of RGB (Red+Green+Blue) = 72+0+62=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 62 (24.61% from 255 or 46.27% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #48003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48003E is #B7FFC1. Grayscale: #1C1C1C. Windows color (decimal): -12058562 or 4063304. OLE color: 4063304.

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

Color convert

RGB 72 0 62 -
CMYK 0 1 0.14 0.72
HSL 308.33º 1% 0.14% -
HSV(B) 308.33º 1% 0.28% -
XYZ 3.54 1.73 4.7 -
YUV 28.6 146.85 158.96 -
System Red Green Blue C M Y K H S L
Decimal 72 0 62 0 1 0.14 0.72 308.33 1 0.14
Hex 48 0 3E 0 64 E 48 134 64 E
Octal 110 0 76 0 144 16 110 464 144 16
Binary 1001000 0 111110 0 1100100 1110 1001000 100110100 1100100 1110

Color Harmonies of #48003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48003E

Black with #48003E

Text Example


Text Example

White with #48003E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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