Html Css Color HEX #530345 Tyrian Purple

📋 copy color: '#530345'

red 83 ◦ green 3 ◦ blue 69

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

Shades of Tyrian Purple #530345

Tints of Tyrian Purple #530345

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.94%

 BLUE value IS 69 (27.34% from 255) = 44.52%

R = 53.55%
G = 1.94%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#530345 (or 0x530345) is known color: Tyrian Purple. HEX triplet: 53, 03 and 45. RGB value is (83,3,69). Sum of RGB (Red+Green+Blue) = 83+3+69=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 69 (27.34% from 255 or 44.52% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #530345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530345 is #ACFCBA. Grayscale: #222222. Windows color (decimal): -11336891 or 4522835. OLE color: 4522835.

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

Color convert

RGB 83 3 69 -
CMYK 0 0.96 0.17 0.67
HSL 310.5º 0.93% 0.17% -
HSV(B) 310.5º 0.96% 0.33% -
XYZ 4.67 2.33 5.83 -
YUV 34.44 147.5 162.63 -
System Red Green Blue C M Y K H S L
Decimal 83 3 69 0 0.96 0.17 0.67 310.5 0.93 0.17
Hex 53 3 45 0 60 11 43 136 5D 11
Octal 123 3 105 0 140 21 103 466 135 21
Binary 1010011 11 1000101 0 1100000 10001 1000011 100110110 1011101 10001

Color Harmonies of #530345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530345

Black with #530345

Text Example


Text Example

White with #530345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530345; }

 p { color: rgb(83,3,69); }

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

background-color css

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

 a { background-color: rgb(83,3,69); }

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

border-color css

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

 span { border-color: rgb(83,3,69); }

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