Html Css Color HEX #48003D Tyrian Purple

📋 copy color: '#48003D'

red 72 ◦ green 0 ◦ blue 61

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

Shades of Tyrian Purple #48003D

Tints of Tyrian Purple #48003D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 45.86%

R = 54.14%
G = 0%
B = 45.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#48003D (or 0x48003D) is known color: Tyrian Purple. HEX triplet: 48, 00 and 3D. RGB value is (72,0,61). Sum of RGB (Red+Green+Blue) = 72+0+61=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #48003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48003D is #B7FFC2. Grayscale: #1C1C1C. Windows color (decimal): -12058563 or 3997768. OLE color: 3997768.

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

Color convert

RGB 72 0 61 -
CMYK 0 1 0.15 0.72
HSL 309.17º 1% 0.14% -
HSV(B) 309.17º 1% 0.28% -
XYZ 3.51 1.71 4.56 -
YUV 28.48 146.35 159.04 -
System Red Green Blue C M Y K H S L
Decimal 72 0 61 0 1 0.15 0.72 309.17 1 0.14
Hex 48 0 3D 0 64 F 48 135 64 E
Octal 110 0 75 0 144 17 110 465 144 16
Binary 1001000 0 111101 0 1100100 1111 1001000 100110101 1100100 1110

Color Harmonies of #48003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48003D

Black with #48003D

Text Example


Text Example

White with #48003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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