Html Css Color HEX #530646 Tyrian Purple

📋 copy color: '#530646'

red 83 ◦ green 6 ◦ blue 70

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

Shades of Tyrian Purple #530646

Tints of Tyrian Purple #530646

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.77%

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

R = 52.2%
G = 3.77%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#530646 (or 0x530646) is known color: Tyrian Purple. HEX triplet: 53, 06 and 46. RGB value is (83,6,70). Sum of RGB (Red+Green+Blue) = 83+6+70=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #530646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530646 is #ACF9B9. Grayscale: #242424. Windows color (decimal): -11336122 or 4589139. OLE color: 4589139.

HSL color Cylindrical-coordinate representation of color #530646: hue angle of 310.13º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530646 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 6 70 -
CMYK 0 0.93 0.16 0.67
HSL 310.13º 0.87% 0.17% -
HSV(B) 310.13º 0.93% 0.33% -
XYZ 4.74 2.41 6.01 -
YUV 36.32 147.01 161.3 -
System Red Green Blue C M Y K H S L
Decimal 83 6 70 0 0.93 0.16 0.67 310.13 0.87 0.17
Hex 53 6 46 0 5D 10 43 136 57 11
Octal 123 6 106 0 135 20 103 466 127 21
Binary 1010011 110 1000110 0 1011101 10000 1000011 100110110 1010111 10001

Color Harmonies of #530646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530646

Black with #530646

Text Example


Text Example

White with #530646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530646; }

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

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

background-color css

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

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

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

border-color css

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

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

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