Html Css Color HEX #530936 Tyrian Purple

📋 copy color: '#530936'

red 83 ◦ green 9 ◦ blue 54

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

Shades of Tyrian Purple #530936

Tints of Tyrian Purple #530936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 36.99%

R = 56.85%
G = 6.16%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#530936 (or 0x530936) is known color: Tyrian Purple. HEX triplet: 53, 09 and 36. RGB value is (83,9,54). Sum of RGB (Red+Green+Blue) = 83+9+54=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #530936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530936 is #ACF6C9. Grayscale: #242424. Windows color (decimal): -11335370 or 3541331. OLE color: 3541331.

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

Color convert

RGB 83 9 54 -
CMYK 0 0.89 0.35 0.67
HSL 323.51º 0.8% 0.18% -
HSV(B) 323.51º 0.89% 0.33% -
XYZ 4.33 2.3 3.71 -
YUV 36.26 138.02 161.34 -
System Red Green Blue C M Y K H S L
Decimal 83 9 54 0 0.89 0.35 0.67 323.51 0.8 0.18
Hex 53 9 36 0 59 23 43 144 50 12
Octal 123 11 66 0 131 43 103 504 120 22
Binary 1010011 1001 110110 0 1011001 100011 1000011 101000100 1010000 10010

Color Harmonies of #530936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530936

Black with #530936

Text Example


Text Example

White with #530936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530936; }

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

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

background-color css

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

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

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

border-color css

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

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

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