Html Css Color HEX #530631 Tyrian Purple

📋 copy color: '#530631'

red 83 ◦ green 6 ◦ blue 49

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

Shades of Tyrian Purple #530631

Tints of Tyrian Purple #530631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 35.51%

R = 60.14%
G = 4.35%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#530631 (or 0x530631) is known color: Tyrian Purple. HEX triplet: 53, 06 and 31. RGB value is (83,6,49). Sum of RGB (Red+Green+Blue) = 83+6+49=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #530631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530631 is #ACF9CE. Grayscale: #212121. Windows color (decimal): -11336143 or 3212883. OLE color: 3212883.

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

Color convert

RGB 83 6 49 -
CMYK 0 0.93 0.41 0.67
HSL 326.49º 0.87% 0.17% -
HSV(B) 326.49º 0.93% 0.33% -
XYZ 4.19 2.19 3.11 -
YUV 33.93 136.51 163 -
System Red Green Blue C M Y K H S L
Decimal 83 6 49 0 0.93 0.41 0.67 326.49 0.87 0.17
Hex 53 6 31 0 5D 29 43 146 57 11
Octal 123 6 61 0 135 51 103 506 127 21
Binary 1010011 110 110001 0 1011101 101001 1000011 101000110 1010111 10001

Color Harmonies of #530631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530631

Black with #530631

Text Example


Text Example

White with #530631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530631; }

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

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

background-color css

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

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

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

border-color css

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

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

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