Html Css Color HEX #530744 Tyrian Purple

📋 copy color: '#530744'

red 83 ◦ green 7 ◦ blue 68

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

Shades of Tyrian Purple #530744

Tints of Tyrian Purple #530744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 43.04%

R = 52.53%
G = 4.43%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#530744 (or 0x530744) is known color: Tyrian Purple. HEX triplet: 53, 07 and 44. RGB value is (83,7,68). Sum of RGB (Red+Green+Blue) = 83+7+68=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 68 (26.95% from 255 or 43.04% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #530744 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530744 is #ACF8BB. Grayscale: #242424. Windows color (decimal): -11335868 or 4458323. OLE color: 4458323.

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

Color convert

RGB 83 7 68 -
CMYK 0 0.92 0.18 0.67
HSL 311.84º 0.84% 0.18% -
HSV(B) 311.84º 0.92% 0.33% -
XYZ 4.69 2.41 5.69 -
YUV 36.68 145.68 161.04 -
System Red Green Blue C M Y K H S L
Decimal 83 7 68 0 0.92 0.18 0.67 311.84 0.84 0.18
Hex 53 7 44 0 5C 12 43 138 54 12
Octal 123 7 104 0 134 22 103 470 124 22
Binary 1010011 111 1000100 0 1011100 10010 1000011 100111000 1010100 10010

Color Harmonies of #530744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530744

Black with #530744

Text Example


Text Example

White with #530744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530744; }

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

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

background-color css

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

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

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

border-color css

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

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

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