Html Css Color HEX #530140 Tyrian Purple

📋 copy color: '#530140'

red 83 ◦ green 1 ◦ blue 64

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

Shades of Tyrian Purple #530140

Tints of Tyrian Purple #530140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

 BLUE value IS 64 (25.39% from 255) = 43.24%

R = 56.08%
G = 0.68%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#530140 (or 0x530140) is known color: Tyrian Purple. HEX triplet: 53, 01 and 40. RGB value is (83,1,64). Sum of RGB (Red+Green+Blue) = 83+1+64=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #530140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530140 is #ACFEBF. Grayscale: #202020. Windows color (decimal): -11337408 or 4194643. OLE color: 4194643.

HSL color Cylindrical-coordinate representation of color #530140: hue angle of 313.9º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530140 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 1 64 -
CMYK 0 0.99 0.23 0.67
HSL 313.9º 0.98% 0.16% -
HSV(B) 313.9º 0.99% 0.33% -
XYZ 4.5 2.23 5.04 -
YUV 32.7 145.67 163.88 -
System Red Green Blue C M Y K H S L
Decimal 83 1 64 0 0.99 0.23 0.67 313.9 0.98 0.16
Hex 53 1 40 0 63 17 43 13A 62 10
Octal 123 1 100 0 143 27 103 472 142 20
Binary 1010011 1 1000000 0 1100011 10111 1000011 100111010 1100010 10000

Color Harmonies of #530140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530140

Black with #530140

Text Example


Text Example

White with #530140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530140; }

 p { color: rgb(83,1,64); }

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

background-color css

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

 a { background-color: rgb(83,1,64); }

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

border-color css

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

 span { border-color: rgb(83,1,64); }

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