Html Css Color HEX #53002E Tyrian Purple

📋 copy color: '#53002E'

red 83 ◦ green 0 ◦ blue 46

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

Shades of Tyrian Purple #53002E

Tints of Tyrian Purple #53002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 35.66%

R = 64.34%
G = 0%
B = 35.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#53002E (or 0x53002E) is known color: Tyrian Purple. HEX triplet: 53, 00 and 2E. RGB value is (83,0,46). Sum of RGB (Red+Green+Blue) = 83+0+46=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #53002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53002E is #ACFFD1. Grayscale: #1D1D1D. Windows color (decimal): -11337682 or 3014739. OLE color: 3014739.

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

Color convert

RGB 83 0 46 -
CMYK 0 1 0.45 0.67
HSL 326.75º 1% 0.16% -
HSV(B) 326.75º 1% 0.33% -
XYZ 4.06 2.04 2.76 -
YUV 30.06 137 165.76 -
System Red Green Blue C M Y K H S L
Decimal 83 0 46 0 1 0.45 0.67 326.75 1 0.16
Hex 53 0 2E 0 64 2D 43 147 64 10
Octal 123 0 56 0 144 55 103 507 144 20
Binary 1010011 0 101110 0 1100100 101101 1000011 101000111 1100100 10000

Color Harmonies of #53002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53002E

Black with #53002E

Text Example


Text Example

White with #53002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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