Html Css Color HEX #48003F Tyrian Purple

📋 copy color: '#48003F'

red 72 ◦ green 0 ◦ blue 63

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

Shades of Tyrian Purple #48003F

Tints of Tyrian Purple #48003F

RGB

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

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

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

R = 53.33%
G = 0%
B = 46.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48003F (or 0x48003F) is known color: Tyrian Purple. HEX triplet: 48, 00 and 3F. RGB value is (72,0,63). Sum of RGB (Red+Green+Blue) = 72+0+63=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48003F is #B7FFC0. Grayscale: #1C1C1C. Windows color (decimal): -12058561 or 4128840. OLE color: 4128840.

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

Color convert

RGB 72 0 63 -
CMYK 0 1 0.12 0.72
HSL 307.5º 1% 0.14% -
HSV(B) 307.5º 1% 0.28% -
XYZ 3.57 1.74 4.85 -
YUV 28.71 147.35 158.88 -
System Red Green Blue C M Y K H S L
Decimal 72 0 63 0 1 0.12 0.72 307.5 1 0.14
Hex 48 0 3F 0 64 C 48 134 64 E
Octal 110 0 77 0 144 14 110 464 144 16
Binary 1001000 0 111111 0 1100100 1100 1001000 100110100 1100100 1110

Color Harmonies of #48003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48003F

Black with #48003F

Text Example


Text Example

White with #48003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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