Html Css Color HEX #530739 Tyrian Purple

📋 copy color: '#530739'

red 83 ◦ green 7 ◦ blue 57

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

Shades of Tyrian Purple #530739

Tints of Tyrian Purple #530739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 38.78%

R = 56.46%
G = 4.76%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#530739 (or 0x530739) is known color: Tyrian Purple. HEX triplet: 53, 07 and 39. RGB value is (83,7,57). Sum of RGB (Red+Green+Blue) = 83+7+57=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #530739 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530739 is #ACF8C6. Grayscale: #232323. Windows color (decimal): -11335879 or 3737427. OLE color: 3737427.

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

Color convert

RGB 83 7 57 -
CMYK 0 0.92 0.31 0.67
HSL 320.53º 0.84% 0.18% -
HSV(B) 320.53º 0.92% 0.33% -
XYZ 4.38 2.29 4.08 -
YUV 35.42 140.18 161.93 -
System Red Green Blue C M Y K H S L
Decimal 83 7 57 0 0.92 0.31 0.67 320.53 0.84 0.18
Hex 53 7 39 0 5C 1F 43 141 54 12
Octal 123 7 71 0 134 37 103 501 124 22
Binary 1010011 111 111001 0 1011100 11111 1000011 101000001 1010100 10010

Color Harmonies of #530739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530739

Black with #530739

Text Example


Text Example

White with #530739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530739; }

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

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

background-color css

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

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

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

border-color css

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

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

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