Html Css Color HEX #530935 Tyrian Purple

📋 copy color: '#530935'

red 83 ◦ green 9 ◦ blue 53

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

Shades of Tyrian Purple #530935

Tints of Tyrian Purple #530935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 36.55%

R = 57.24%
G = 6.21%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#530935 (or 0x530935) is known color: Tyrian Purple. HEX triplet: 53, 09 and 35. RGB value is (83,9,53). Sum of RGB (Red+Green+Blue) = 83+9+53=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #530935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530935 is #ACF6CA. Grayscale: #242424. Windows color (decimal): -11335371 or 3475795. OLE color: 3475795.

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

Color convert

RGB 83 9 53 -
CMYK 0 0.89 0.36 0.67
HSL 324.32º 0.8% 0.18% -
HSV(B) 324.32º 0.89% 0.33% -
XYZ 4.31 2.29 3.58 -
YUV 36.14 137.52 161.42 -
System Red Green Blue C M Y K H S L
Decimal 83 9 53 0 0.89 0.36 0.67 324.32 0.8 0.18
Hex 53 9 35 0 59 24 43 144 50 12
Octal 123 11 65 0 131 44 103 504 120 22
Binary 1010011 1001 110101 0 1011001 100100 1000011 101000100 1010000 10010

Color Harmonies of #530935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530935

Black with #530935

Text Example


Text Example

White with #530935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530935; }

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

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

background-color css

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

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

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

border-color css

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

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

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