Html Css Color HEX #530745 Tyrian Purple

📋 copy color: '#530745'

red 83 ◦ green 7 ◦ blue 69

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

Shades of Tyrian Purple #530745

Tints of Tyrian Purple #530745

RGB

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

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

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

R = 52.2%
G = 4.4%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#530745 (or 0x530745) is known color: Tyrian Purple. HEX triplet: 53, 07 and 45. RGB value is (83,7,69). Sum of RGB (Red+Green+Blue) = 83+7+69=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #530745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530745 is #ACF8BA. Grayscale: #242424. Windows color (decimal): -11335867 or 4523859. OLE color: 4523859.

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

Color convert

RGB 83 7 69 -
CMYK 0 0.92 0.17 0.67
HSL 311.05º 0.84% 0.18% -
HSV(B) 311.05º 0.92% 0.33% -
XYZ 4.72 2.42 5.85 -
YUV 36.79 146.18 160.96 -
System Red Green Blue C M Y K H S L
Decimal 83 7 69 0 0.92 0.17 0.67 311.05 0.84 0.18
Hex 53 7 45 0 5C 11 43 137 54 12
Octal 123 7 105 0 134 21 103 467 124 22
Binary 1010011 111 1000101 0 1011100 10001 1000011 100110111 1010100 10010

Color Harmonies of #530745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530745

Black with #530745

Text Example


Text Example

White with #530745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530745; }

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

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

background-color css

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

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

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

border-color css

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

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

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