Html Css Color HEX #530535 Tyrian Purple

📋 copy color: '#530535'

red 83 ◦ green 5 ◦ blue 53

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

Shades of Tyrian Purple #530535

Tints of Tyrian Purple #530535

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.55%

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

R = 58.87%
G = 3.55%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#530535 (or 0x530535) is known color: Tyrian Purple. HEX triplet: 53, 05 and 35. RGB value is (83,5,53). Sum of RGB (Red+Green+Blue) = 83+5+53=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #530535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530535 is #ACFACA. Grayscale: #212121. Windows color (decimal): -11336395 or 3474771. OLE color: 3474771.

HSL color Cylindrical-coordinate representation of color #530535: hue angle of 323.08º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530535 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 5 53 -
CMYK 0 0.94 0.36 0.67
HSL 323.08º 0.89% 0.17% -
HSV(B) 323.08º 0.94% 0.33% -
XYZ 4.26 2.2 3.57 -
YUV 33.79 138.84 163.1 -
System Red Green Blue C M Y K H S L
Decimal 83 5 53 0 0.94 0.36 0.67 323.08 0.89 0.17
Hex 53 5 35 0 5E 24 43 143 59 11
Octal 123 5 65 0 136 44 103 503 131 21
Binary 1010011 101 110101 0 1011110 100100 1000011 101000011 1011001 10001

Color Harmonies of #530535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530535

Black with #530535

Text Example


Text Example

White with #530535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530535; }

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

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

background-color css

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

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

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

border-color css

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

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

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