Html Css Color HEX #530846 Tyrian Purple

📋 copy color: '#530846'

red 83 ◦ green 8 ◦ blue 70

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

Shades of Tyrian Purple #530846

Tints of Tyrian Purple #530846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 43.48%

R = 51.55%
G = 4.97%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#530846 (or 0x530846) is known color: Tyrian Purple. HEX triplet: 53, 08 and 46. RGB value is (83,8,70). Sum of RGB (Red+Green+Blue) = 83+8+70=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #530846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530846 is #ACF7B9. Grayscale: #252525. Windows color (decimal): -11335610 or 4589651. OLE color: 4589651.

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

Color convert

RGB 83 8 70 -
CMYK 0 0.90 0.16 0.67
HSL 310.4º 0.82% 0.18% -
HSV(B) 310.4º 0.9% 0.33% -
XYZ 4.76 2.45 6.02 -
YUV 37.49 146.35 160.46 -
System Red Green Blue C M Y K H S L
Decimal 83 8 70 0 0.90 0.16 0.67 310.4 0.82 0.18
Hex 53 8 46 0 5A 10 43 136 52 12
Octal 123 10 106 0 132 20 103 466 122 22
Binary 1010011 1000 1000110 0 1011010 10000 1000011 100110110 1010010 10010

Color Harmonies of #530846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530846

Black with #530846

Text Example


Text Example

White with #530846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530846; }

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

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

background-color css

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

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

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

border-color css

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

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

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