Html Css Color HEX #530835 Tyrian Purple

📋 copy color: '#530835'

red 83 ◦ green 8 ◦ blue 53

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

Shades of Tyrian Purple #530835

Tints of Tyrian Purple #530835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 36.81%

R = 57.64%
G = 5.56%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#530835 (or 0x530835) is known color: Tyrian Purple. HEX triplet: 53, 08 and 35. RGB value is (83,8,53). Sum of RGB (Red+Green+Blue) = 83+8+53=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #530835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530835 is #ACF7CA. Grayscale: #232323. Windows color (decimal): -11335627 or 3475539. OLE color: 3475539.

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

Color convert

RGB 83 8 53 -
CMYK 0 0.90 0.36 0.67
HSL 324º 0.82% 0.18% -
HSV(B) 324º 0.9% 0.33% -
XYZ 4.3 2.27 3.58 -
YUV 35.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 83 8 53 0 0.90 0.36 0.67 324 0.82 0.18
Hex 53 8 35 0 5A 24 43 144 52 12
Octal 123 10 65 0 132 44 103 504 122 22
Binary 1010011 1000 110101 0 1011010 100100 1000011 101000100 1010010 10010

Color Harmonies of #530835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530835

Black with #530835

Text Example


Text Example

White with #530835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530835; }

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

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

background-color css

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

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

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

border-color css

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

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

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