Html Css Color HEX #530845 Tyrian Purple

📋 copy color: '#530845'

red 83 ◦ green 8 ◦ blue 69

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

Shades of Tyrian Purple #530845

Tints of Tyrian Purple #530845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 43.13%

R = 51.88%
G = 5%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#530845 (or 0x530845) is known color: Tyrian Purple. HEX triplet: 53, 08 and 45. RGB value is (83,8,69). Sum of RGB (Red+Green+Blue) = 83+8+69=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 69 (27.34% from 255 or 43.12% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #530845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530845 is #ACF7BA. Grayscale: #252525. Windows color (decimal): -11335611 or 4524115. OLE color: 4524115.

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

Color convert

RGB 83 8 69 -
CMYK 0 0.90 0.17 0.67
HSL 311.2º 0.82% 0.18% -
HSV(B) 311.2º 0.9% 0.33% -
XYZ 4.73 2.44 5.85 -
YUV 37.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 83 8 69 0 0.90 0.17 0.67 311.2 0.82 0.18
Hex 53 8 45 0 5A 11 43 137 52 12
Octal 123 10 105 0 132 21 103 467 122 22
Binary 1010011 1000 1000101 0 1011010 10001 1000011 100110111 1010010 10010

Color Harmonies of #530845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530845

Black with #530845

Text Example


Text Example

White with #530845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530845; }

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

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

background-color css

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

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

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

border-color css

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

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

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