Html Css Color HEX #530943 Tyrian Purple

📋 copy color: '#530943'

red 83 ◦ green 9 ◦ blue 67

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

Shades of Tyrian Purple #530943

Tints of Tyrian Purple #530943

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.66%

 BLUE value IS 67 (26.56% from 255) = 42.14%

R = 52.2%
G = 5.66%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#530943 (or 0x530943) is known color: Tyrian Purple. HEX triplet: 53, 09 and 43. RGB value is (83,9,67). Sum of RGB (Red+Green+Blue) = 83+9+67=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #530943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530943 is #ACF6BC. Grayscale: #252525. Windows color (decimal): -11335357 or 4393299. OLE color: 4393299.

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

Color convert

RGB 83 9 67 -
CMYK 0 0.89 0.19 0.67
HSL 312.97º 0.8% 0.18% -
HSV(B) 312.97º 0.89% 0.33% -
XYZ 4.68 2.44 5.53 -
YUV 37.74 144.52 160.28 -
System Red Green Blue C M Y K H S L
Decimal 83 9 67 0 0.89 0.19 0.67 312.97 0.8 0.18
Hex 53 9 43 0 59 13 43 139 50 12
Octal 123 11 103 0 131 23 103 471 120 22
Binary 1010011 1001 1000011 0 1011001 10011 1000011 100111001 1010000 10010

Color Harmonies of #530943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530943

Black with #530943

Text Example


Text Example

White with #530943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530943; }

 p { color: rgb(83,9,67); }

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

background-color css

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

 a { background-color: rgb(83,9,67); }

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

border-color css

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

 span { border-color: rgb(83,9,67); }

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