Html Css Color HEX #53002B Tyrian Purple

📋 copy color: '#53002B'

red 83 ◦ green 0 ◦ blue 43

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

Shades of Tyrian Purple #53002B

Tints of Tyrian Purple #53002B

RGB

 RED value IS 83 (32.81% from 255) = 65.87%

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

 BLUE value IS 43 (17.19% from 255) = 34.13%

R = 65.87%
G = 0%
B = 34.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#53002B (or 0x53002B) is known color: Tyrian Purple. HEX triplet: 53, 00 and 2B. RGB value is (83,0,43). Sum of RGB (Red+Green+Blue) = 83+0+43=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #53002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53002B is #ACFFD4. Grayscale: #1D1D1D. Windows color (decimal): -11337685 or 2818131. OLE color: 2818131.

HSL color Cylindrical-coordinate representation of color #53002B: hue angle of 328.92º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53002B is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 0 43 -
CMYK 0 1 0.48 0.67
HSL 328.92º 1% 0.16% -
HSV(B) 328.92º 1% 0.33% -
XYZ 4 2.01 2.46 -
YUV 29.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 83 0 43 0 1 0.48 0.67 328.92 1 0.16
Hex 53 0 2B 0 64 30 43 149 64 10
Octal 123 0 53 0 144 60 103 511 144 20
Binary 1010011 0 101011 0 1100100 110000 1000011 101001001 1100100 10000

Color Harmonies of #53002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53002B

Black with #53002B

Text Example


Text Example

White with #53002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53002B; }

 p { color: rgb(83,0,43); }

 H1.HeaderClassName
 {
   color: #53002B;
 }
 .AnyTagClassName
 {
   color: #53002B;
 }
</style>

background-color css

<style>
 a { background-color: #53002B; }

 a { background-color: rgb(83,0,43); }

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

border-color css

<style>
 span { border-color: #53002B; }

 span { border-color: rgb(83,0,43); }

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