Html Css Color HEX #530937 Tyrian Purple

📋 copy color: '#530937'

red 83 ◦ green 9 ◦ blue 55

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

Shades of Tyrian Purple #530937

Tints of Tyrian Purple #530937

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.12%

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

R = 56.46%
G = 6.12%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#530937 (or 0x530937) is known color: Tyrian Purple. HEX triplet: 53, 09 and 37. RGB value is (83,9,55). Sum of RGB (Red+Green+Blue) = 83+9+55=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #530937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530937 is #ACF6C8. Grayscale: #242424. Windows color (decimal): -11335369 or 3606867. OLE color: 3606867.

HSL color Cylindrical-coordinate representation of color #530937: hue angle of 322.7º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #530937 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 9 55 -
CMYK 0 0.89 0.34 0.67
HSL 322.7º 0.8% 0.18% -
HSV(B) 322.7º 0.89% 0.33% -
XYZ 4.35 2.31 3.83 -
YUV 36.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 83 9 55 0 0.89 0.34 0.67 322.7 0.8 0.18
Hex 53 9 37 0 59 22 43 143 50 12
Octal 123 11 67 0 131 42 103 503 120 22
Binary 1010011 1001 110111 0 1011001 100010 1000011 101000011 1010000 10010

Color Harmonies of #530937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530937

Black with #530937

Text Example


Text Example

White with #530937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530937; }

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

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

background-color css

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

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

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

border-color css

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

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

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