Html Css Color HEX #530037 Tyrian Purple

📋 copy color: '#530037'

red 83 ◦ green 0 ◦ blue 55

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

Shades of Tyrian Purple #530037

Tints of Tyrian Purple #530037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 39.86%

R = 60.14%
G = 0%
B = 39.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#530037 (or 0x530037) is known color: Tyrian Purple. HEX triplet: 53, 00 and 37. RGB value is (83,0,55). Sum of RGB (Red+Green+Blue) = 83+0+55=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #530037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530037 is #ACFFC8. Grayscale: #1E1E1E. Windows color (decimal): -11337673 or 3604563. OLE color: 3604563.

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

Color convert

RGB 83 0 55 -
CMYK 0 1 0.34 0.67
HSL 320.24º 1% 0.16% -
HSV(B) 320.24º 1% 0.33% -
XYZ 4.26 2.11 3.8 -
YUV 31.09 141.5 165.03 -
System Red Green Blue C M Y K H S L
Decimal 83 0 55 0 1 0.34 0.67 320.24 1 0.16
Hex 53 0 37 0 64 22 43 140 64 10
Octal 123 0 67 0 144 42 103 500 144 20
Binary 1010011 0 110111 0 1100100 100010 1000011 101000000 1100100 10000

Color Harmonies of #530037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530037

Black with #530037

Text Example


Text Example

White with #530037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530037; }

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

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

background-color css

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

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

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

border-color css

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

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

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