Html Css Color HEX #530636 Tyrian Purple

📋 copy color: '#530636'

red 83 ◦ green 6 ◦ blue 54

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

Shades of Tyrian Purple #530636

Tints of Tyrian Purple #530636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 37.76%

R = 58.04%
G = 4.2%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#530636 (or 0x530636) is known color: Tyrian Purple. HEX triplet: 53, 06 and 36. RGB value is (83,6,54). Sum of RGB (Red+Green+Blue) = 83+6+54=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #530636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530636 is #ACF9C9. Grayscale: #222222. Windows color (decimal): -11336138 or 3540563. OLE color: 3540563.

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

Color convert

RGB 83 6 54 -
CMYK 0 0.93 0.35 0.67
HSL 322.6º 0.87% 0.17% -
HSV(B) 322.6º 0.93% 0.33% -
XYZ 4.3 2.24 3.69 -
YUV 34.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 83 6 54 0 0.93 0.35 0.67 322.6 0.87 0.17
Hex 53 6 36 0 5D 23 43 143 57 11
Octal 123 6 66 0 135 43 103 503 127 21
Binary 1010011 110 110110 0 1011101 100011 1000011 101000011 1010111 10001

Color Harmonies of #530636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530636

Black with #530636

Text Example


Text Example

White with #530636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530636; }

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

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

background-color css

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

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

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

border-color css

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

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

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