Html Css Color HEX #53023C Tyrian Purple

📋 copy color: '#53023C'

red 83 ◦ green 2 ◦ blue 60

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

Shades of Tyrian Purple #53023C

Tints of Tyrian Purple #53023C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.38%

 BLUE value IS 60 (23.83% from 255) = 41.38%

R = 57.24%
G = 1.38%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#53023C (or 0x53023C) is known color: Tyrian Purple. HEX triplet: 53, 02 and 3C. RGB value is (83,2,60). Sum of RGB (Red+Green+Blue) = 83+2+60=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #53023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53023C is #ACFDC3. Grayscale: #202020. Windows color (decimal): -11337156 or 3932755. OLE color: 3932755.

HSL color Cylindrical-coordinate representation of color #53023C: hue angle of 317.04º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53023C is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 2 60 -
CMYK 0 0.98 0.28 0.67
HSL 317.04º 0.95% 0.17% -
HSV(B) 317.04º 0.98% 0.33% -
XYZ 4.4 2.21 4.47 -
YUV 32.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 83 2 60 0 0.98 0.28 0.67 317.04 0.95 0.17
Hex 53 2 3C 0 62 1C 43 13D 5F 11
Octal 123 2 74 0 142 34 103 475 137 21
Binary 1010011 10 111100 0 1100010 11100 1000011 100111101 1011111 10001

Color Harmonies of #53023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53023C

Black with #53023C

Text Example


Text Example

White with #53023C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,2,60); }

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

background-color css

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

 a { background-color: rgb(83,2,60); }

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

border-color css

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

 span { border-color: rgb(83,2,60); }

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