Html Css Color HEX #530053 Tyrian Purple

📋 copy color: '#530053'

red 83 ◦ green 0 ◦ blue 83

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

Shades of Tyrian Purple #530053

Tints of Tyrian Purple #530053

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 83 (32.81% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#530053 (or 0x530053) is known color: Tyrian Purple. HEX triplet: 53, 00 and 53. RGB value is (83,0,83). Sum of RGB (Red+Green+Blue) = 83+0+83=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #530053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530053 is #ACFFAC. Grayscale: #222222. Windows color (decimal): -11337645 or 5439571. OLE color: 5439571.

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

Color convert

RGB 83 0 83 -
CMYK 0 1 0 0.67
HSL 300º 1% 0.16% -
HSV(B) 300º 1% 0.33% -
XYZ 5.13 2.46 8.39 -
YUV 34.28 155.5 162.75 -
System Red Green Blue C M Y K H S L
Decimal 83 0 83 0 1 0 0.67 300 1 0.16
Hex 53 0 53 0 64 0 43 12C 64 10
Octal 123 0 123 0 144 0 103 454 144 20
Binary 1010011 0 1010011 0 1100100 0 1000011 100101100 1100100 10000

Color Harmonies of #530053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530053

Black with #530053

Text Example


Text Example

White with #530053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530053; }

 p { color: rgb(83,0,83); }

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

background-color css

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

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

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

border-color css

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

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

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