Html Css Color HEX #530041 Tyrian Purple

📋 copy color: '#530041'

red 83 ◦ green 0 ◦ blue 65

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

Shades of Tyrian Purple #530041

Tints of Tyrian Purple #530041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 43.92%

R = 56.08%
G = 0%
B = 43.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#530041 (or 0x530041) is known color: Tyrian Purple. HEX triplet: 53, 00 and 41. RGB value is (83,0,65). Sum of RGB (Red+Green+Blue) = 83+0+65=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #530041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530041 is #ACFFBE. Grayscale: #202020. Windows color (decimal): -11337663 or 4259923. OLE color: 4259923.

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

Color convert

RGB 83 0 65 -
CMYK 0 1 0.22 0.67
HSL 313.01º 1% 0.16% -
HSV(B) 313.01º 1% 0.33% -
XYZ 4.52 2.22 5.19 -
YUV 32.23 146.5 164.21 -
System Red Green Blue C M Y K H S L
Decimal 83 0 65 0 1 0.22 0.67 313.01 1 0.16
Hex 53 0 41 0 64 16 43 139 64 10
Octal 123 0 101 0 144 26 103 471 144 20
Binary 1010011 0 1000001 0 1100100 10110 1000011 100111001 1100100 10000

Color Harmonies of #530041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530041

Black with #530041

Text Example


Text Example

White with #530041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530041; }

 p { color: rgb(83,0,65); }

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

background-color css

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

 a { background-color: rgb(83,0,65); }

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

border-color css

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

 span { border-color: rgb(83,0,65); }

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