Html Css Color HEX #530839 Tyrian Purple

📋 copy color: '#530839'

red 83 ◦ green 8 ◦ blue 57

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

Shades of Tyrian Purple #530839

Tints of Tyrian Purple #530839

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.41%

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

R = 56.08%
G = 5.41%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#530839 (or 0x530839) is known color: Tyrian Purple. HEX triplet: 53, 08 and 39. RGB value is (83,8,57). Sum of RGB (Red+Green+Blue) = 83+8+57=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #530839 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530839 is #ACF7C6. Grayscale: #232323. Windows color (decimal): -11335623 or 3737683. OLE color: 3737683.

HSL color Cylindrical-coordinate representation of color #530839: hue angle of 320.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530839 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 8 57 -
CMYK 0 0.90 0.31 0.67
HSL 320.8º 0.82% 0.18% -
HSV(B) 320.8º 0.9% 0.33% -
XYZ 4.39 2.31 4.08 -
YUV 36.01 139.85 161.52 -
System Red Green Blue C M Y K H S L
Decimal 83 8 57 0 0.90 0.31 0.67 320.8 0.82 0.18
Hex 53 8 39 0 5A 1F 43 141 52 12
Octal 123 10 71 0 132 37 103 501 122 22
Binary 1010011 1000 111001 0 1011010 11111 1000011 101000001 1010010 10010

Color Harmonies of #530839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530839

Black with #530839

Text Example


Text Example

White with #530839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530839; }

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

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

background-color css

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

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

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

border-color css

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

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

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