Html Css Color HEX #530836 Tyrian Purple

📋 copy color: '#530836'

red 83 ◦ green 8 ◦ blue 54

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

Shades of Tyrian Purple #530836

Tints of Tyrian Purple #530836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 37.24%

R = 57.24%
G = 5.52%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#530836 (or 0x530836) is known color: Tyrian Purple. HEX triplet: 53, 08 and 36. RGB value is (83,8,54). Sum of RGB (Red+Green+Blue) = 83+8+54=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #530836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530836 is #ACF7C9. Grayscale: #232323. Windows color (decimal): -11335626 or 3541075. OLE color: 3541075.

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

Color convert

RGB 83 8 54 -
CMYK 0 0.90 0.35 0.67
HSL 323.2º 0.82% 0.18% -
HSV(B) 323.2º 0.9% 0.33% -
XYZ 4.32 2.28 3.7 -
YUV 35.67 138.35 161.76 -
System Red Green Blue C M Y K H S L
Decimal 83 8 54 0 0.90 0.35 0.67 323.2 0.82 0.18
Hex 53 8 36 0 5A 23 43 143 52 12
Octal 123 10 66 0 132 43 103 503 122 22
Binary 1010011 1000 110110 0 1011010 100011 1000011 101000011 1010010 10010

Color Harmonies of #530836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530836

Black with #530836

Text Example


Text Example

White with #530836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530836; }

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

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

background-color css

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

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

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

border-color css

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

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

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