Html Css Color HEX #530331 Tyrian Purple

📋 copy color: '#530331'

red 83 ◦ green 3 ◦ blue 49

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

Shades of Tyrian Purple #530331

Tints of Tyrian Purple #530331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.22%

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

R = 61.48%
G = 2.22%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#530331 (or 0x530331) is known color: Tyrian Purple. HEX triplet: 53, 03 and 31. RGB value is (83,3,49). Sum of RGB (Red+Green+Blue) = 83+3+49=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #530331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530331 is #ACFCCE. Grayscale: #202020. Windows color (decimal): -11336911 or 3212115. OLE color: 3212115.

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

Color convert

RGB 83 3 49 -
CMYK 0 0.96 0.41 0.67
HSL 325.5º 0.93% 0.17% -
HSV(B) 325.5º 0.96% 0.33% -
XYZ 4.15 2.13 3.1 -
YUV 32.16 137.5 164.26 -
System Red Green Blue C M Y K H S L
Decimal 83 3 49 0 0.96 0.41 0.67 325.5 0.93 0.17
Hex 53 3 31 0 60 29 43 146 5D 11
Octal 123 3 61 0 140 51 103 506 135 21
Binary 1010011 11 110001 0 1100000 101001 1000011 101000110 1011101 10001

Color Harmonies of #530331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530331

Black with #530331

Text Example


Text Example

White with #530331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530331; }

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

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

background-color css

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

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

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

border-color css

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

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

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