Html Css Color HEX #53002A Tyrian Purple

📋 copy color: '#53002A'

red 83 ◦ green 0 ◦ blue 42

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

Shades of Tyrian Purple #53002A

Tints of Tyrian Purple #53002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 33.6%

R = 66.4%
G = 0%
B = 33.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#53002A (or 0x53002A) is known color: Tyrian Purple. HEX triplet: 53, 00 and 2A. RGB value is (83,0,42). Sum of RGB (Red+Green+Blue) = 83+0+42=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #53002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53002A is #ACFFD5. Grayscale: #1D1D1D. Windows color (decimal): -11337686 or 2752595. OLE color: 2752595.

HSL color Cylindrical-coordinate representation of color #53002A: hue angle of 329.64º 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 #53002A is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 0 42 -
CMYK 0 1 0.49 0.67
HSL 329.64º 1% 0.16% -
HSV(B) 329.64º 1% 0.33% -
XYZ 3.99 2.01 2.37 -
YUV 29.61 135 166.08 -
System Red Green Blue C M Y K H S L
Decimal 83 0 42 0 1 0.49 0.67 329.64 1 0.16
Hex 53 0 2A 0 64 31 43 14A 64 10
Octal 123 0 52 0 144 61 103 512 144 20
Binary 1010011 0 101010 0 1100100 110001 1000011 101001010 1100100 10000

Color Harmonies of #53002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53002A

Black with #53002A

Text Example


Text Example

White with #53002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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