Html Css Color HEX #530939 Tyrian Purple

📋 copy color: '#530939'

red 83 ◦ green 9 ◦ blue 57

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

Shades of Tyrian Purple #530939

Tints of Tyrian Purple #530939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 38.26%

R = 55.7%
G = 6.04%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#530939 (or 0x530939) is known color: Tyrian Purple. HEX triplet: 53, 09 and 39. RGB value is (83,9,57). Sum of RGB (Red+Green+Blue) = 83+9+57=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #530939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530939 is #ACF6C6. Grayscale: #242424. Windows color (decimal): -11335367 or 3737939. OLE color: 3737939.

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

Color convert

RGB 83 9 57 -
CMYK 0 0.89 0.31 0.67
HSL 321.08º 0.8% 0.18% -
HSV(B) 321.08º 0.89% 0.33% -
XYZ 4.4 2.33 4.09 -
YUV 36.6 139.52 161.1 -
System Red Green Blue C M Y K H S L
Decimal 83 9 57 0 0.89 0.31 0.67 321.08 0.8 0.18
Hex 53 9 39 0 59 1F 43 141 50 12
Octal 123 11 71 0 131 37 103 501 120 22
Binary 1010011 1001 111001 0 1011001 11111 1000011 101000001 1010000 10010

Color Harmonies of #530939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530939

Black with #530939

Text Example


Text Example

White with #530939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530939; }

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

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

background-color css

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

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

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

border-color css

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

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

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