Html Css Color HEX #530337 Tyrian Purple

📋 copy color: '#530337'

red 83 ◦ green 3 ◦ blue 55

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

Shades of Tyrian Purple #530337

Tints of Tyrian Purple #530337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 39.01%

R = 58.87%
G = 2.13%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#530337 (or 0x530337) is known color: Tyrian Purple. HEX triplet: 53, 03 and 37. RGB value is (83,3,55). Sum of RGB (Red+Green+Blue) = 83+3+55=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #530337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530337 is #ACFCC8. Grayscale: #202020. Windows color (decimal): -11336905 or 3605331. OLE color: 3605331.

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

Color convert

RGB 83 3 55 -
CMYK 0 0.96 0.34 0.67
HSL 321º 0.93% 0.17% -
HSV(B) 321º 0.96% 0.33% -
XYZ 4.29 2.18 3.81 -
YUV 32.85 140.5 163.77 -
System Red Green Blue C M Y K H S L
Decimal 83 3 55 0 0.96 0.34 0.67 321 0.93 0.17
Hex 53 3 37 0 60 22 43 141 5D 11
Octal 123 3 67 0 140 42 103 501 135 21
Binary 1010011 11 110111 0 1100000 100010 1000011 101000001 1011101 10001

Color Harmonies of #530337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530337

Black with #530337

Text Example


Text Example

White with #530337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530337; }

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

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

background-color css

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

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

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

border-color css

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

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

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