Html Css Color HEX #530032 Tyrian Purple

📋 copy color: '#530032'

red 83 ◦ green 0 ◦ blue 50

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

Shades of Tyrian Purple #530032

Tints of Tyrian Purple #530032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 37.59%

R = 62.41%
G = 0%
B = 37.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#530032 (or 0x530032) is known color: Tyrian Purple. HEX triplet: 53, 00 and 32. RGB value is (83,0,50). Sum of RGB (Red+Green+Blue) = 83+0+50=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #530032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530032 is #ACFFCD. Grayscale: #1E1E1E. Windows color (decimal): -11337678 or 3276883. OLE color: 3276883.

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

Color convert

RGB 83 0 50 -
CMYK 0 1 0.40 0.67
HSL 323.86º 1% 0.16% -
HSV(B) 323.86º 1% 0.33% -
XYZ 4.14 2.07 3.2 -
YUV 30.52 139 165.43 -
System Red Green Blue C M Y K H S L
Decimal 83 0 50 0 1 0.40 0.67 323.86 1 0.16
Hex 53 0 32 0 64 28 43 144 64 10
Octal 123 0 62 0 144 50 103 504 144 20
Binary 1010011 0 110010 0 1100100 101000 1000011 101000100 1100100 10000

Color Harmonies of #530032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530032

Black with #530032

Text Example


Text Example

White with #530032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530032; }

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

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

background-color css

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

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

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

border-color css

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

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

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