Html Css Color HEX #530743 Tyrian Purple

📋 copy color: '#530743'

red 83 ◦ green 7 ◦ blue 67

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

Shades of Tyrian Purple #530743

Tints of Tyrian Purple #530743

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.46%

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

R = 52.87%
G = 4.46%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#530743 (or 0x530743) is known color: Tyrian Purple. HEX triplet: 53, 07 and 43. RGB value is (83,7,67). Sum of RGB (Red+Green+Blue) = 83+7+67=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 67 (26.56% from 255 or 42.68% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #530743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530743 is #ACF8BC. Grayscale: #242424. Windows color (decimal): -11335869 or 4392787. OLE color: 4392787.

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

Color convert

RGB 83 7 67 -
CMYK 0 0.92 0.19 0.67
HSL 312.63º 0.84% 0.18% -
HSV(B) 312.63º 0.92% 0.33% -
XYZ 4.66 2.4 5.53 -
YUV 36.56 145.18 161.12 -
System Red Green Blue C M Y K H S L
Decimal 83 7 67 0 0.92 0.19 0.67 312.63 0.84 0.18
Hex 53 7 43 0 5C 13 43 139 54 12
Octal 123 7 103 0 134 23 103 471 124 22
Binary 1010011 111 1000011 0 1011100 10011 1000011 100111001 1010100 10010

Color Harmonies of #530743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530743

Black with #530743

Text Example


Text Example

White with #530743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530743; }

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

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

background-color css

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

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

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

border-color css

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

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

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