Html Css Color HEX #53002C Tyrian Purple

📋 copy color: '#53002C'

red 83 ◦ green 0 ◦ blue 44

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

Shades of Tyrian Purple #53002C

Tints of Tyrian Purple #53002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 34.65%

R = 65.35%
G = 0%
B = 34.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#53002C (or 0x53002C) is known color: Tyrian Purple. HEX triplet: 53, 00 and 2C. RGB value is (83,0,44). Sum of RGB (Red+Green+Blue) = 83+0+44=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #53002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53002C is #ACFFD3. Grayscale: #1D1D1D. Windows color (decimal): -11337684 or 2883667. OLE color: 2883667.

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

Color convert

RGB 83 0 44 -
CMYK 0 1 0.47 0.67
HSL 328.19º 1% 0.16% -
HSV(B) 328.19º 1% 0.33% -
XYZ 4.02 2.02 2.56 -
YUV 29.83 136 165.92 -
System Red Green Blue C M Y K H S L
Decimal 83 0 44 0 1 0.47 0.67 328.19 1 0.16
Hex 53 0 2C 0 64 2F 43 148 64 10
Octal 123 0 54 0 144 57 103 510 144 20
Binary 1010011 0 101100 0 1100100 101111 1000011 101001000 1100100 10000

Color Harmonies of #53002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53002C

Black with #53002C

Text Example


Text Example

White with #53002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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