Html Css Color HEX #530052 Tyrian Purple

📋 copy color: '#530052'

red 83 ◦ green 0 ◦ blue 82

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

Shades of Tyrian Purple #530052

Tints of Tyrian Purple #530052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 49.7%

R = 50.3%
G = 0%
B = 49.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#530052 (or 0x530052) is known color: Tyrian Purple. HEX triplet: 53, 00 and 52. RGB value is (83,0,82). Sum of RGB (Red+Green+Blue) = 83+0+82=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #530052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530052 is #ACFFAD. Grayscale: #212121. Windows color (decimal): -11337646 or 5374035. OLE color: 5374035.

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

Color convert

RGB 83 0 82 -
CMYK 0 1 0.01 0.67
HSL 300.72º 1% 0.16% -
HSV(B) 300.72º 1% 0.33% -
XYZ 5.09 2.45 8.19 -
YUV 34.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 83 0 82 0 1 0.01 0.67 300.72 1 0.16
Hex 53 0 52 0 64 1 43 12D 64 10
Octal 123 0 122 0 144 1 103 455 144 20
Binary 1010011 0 1010010 0 1100100 1 1000011 100101101 1100100 10000

Color Harmonies of #530052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530052

Black with #530052

Text Example


Text Example

White with #530052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530052; }

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

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

background-color css

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

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

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

border-color css

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

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

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