Html Css Color HEX #48003C Tyrian Purple

📋 copy color: '#48003C'

red 72 ◦ green 0 ◦ blue 60

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

Shades of Tyrian Purple #48003C

Tints of Tyrian Purple #48003C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 45.45%

R = 54.55%
G = 0%
B = 45.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#48003C (or 0x48003C) is known color: Tyrian Purple. HEX triplet: 48, 00 and 3C. RGB value is (72,0,60). Sum of RGB (Red+Green+Blue) = 72+0+60=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #48003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48003C is #B7FFC3. Grayscale: #1C1C1C. Windows color (decimal): -12058564 or 3932232. OLE color: 3932232.

HSL color Cylindrical-coordinate representation of color #48003C: hue angle of 310º 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 #48003C is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 0 60 -
CMYK 0 1 0.17 0.72
HSL 310º 1% 0.14% -
HSV(B) 310º 1% 0.28% -
XYZ 3.49 1.7 4.42 -
YUV 28.37 145.85 159.12 -
System Red Green Blue C M Y K H S L
Decimal 72 0 60 0 1 0.17 0.72 310 1 0.14
Hex 48 0 3C 0 64 11 48 136 64 E
Octal 110 0 74 0 144 21 110 466 144 16
Binary 1001000 0 111100 0 1100100 10001 1001000 100110110 1100100 1110

Color Harmonies of #48003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48003C

Black with #48003C

Text Example


Text Example

White with #48003C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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