Html Css Color HEX #530832 Tyrian Purple

📋 copy color: '#530832'

red 83 ◦ green 8 ◦ blue 50

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

Shades of Tyrian Purple #530832

Tints of Tyrian Purple #530832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.67%

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

R = 58.87%
G = 5.67%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#530832 (or 0x530832) is known color: Tyrian Purple. HEX triplet: 53, 08 and 32. RGB value is (83,8,50). Sum of RGB (Red+Green+Blue) = 83+8+50=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #530832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530832 is #ACF7CD. Grayscale: #232323. Windows color (decimal): -11335630 or 3278931. OLE color: 3278931.

HSL color Cylindrical-coordinate representation of color #530832: hue angle of 326.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530832 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 8 50 -
CMYK 0 0.90 0.40 0.67
HSL 326.4º 0.82% 0.18% -
HSV(B) 326.4º 0.9% 0.33% -
XYZ 4.23 2.24 3.23 -
YUV 35.21 136.35 162.08 -
System Red Green Blue C M Y K H S L
Decimal 83 8 50 0 0.90 0.40 0.67 326.4 0.82 0.18
Hex 53 8 32 0 5A 28 43 146 52 12
Octal 123 10 62 0 132 50 103 506 122 22
Binary 1010011 1000 110010 0 1011010 101000 1000011 101000110 1010010 10010

Color Harmonies of #530832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530832

Black with #530832

Text Example


Text Example

White with #530832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530832; }

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

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

background-color css

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

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

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

border-color css

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

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

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