Html Css Color HEX #530141 Tyrian Purple

📋 copy color: '#530141'

red 83 ◦ green 1 ◦ blue 65

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

Shades of Tyrian Purple #530141

Tints of Tyrian Purple #530141

RGB

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

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

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

R = 55.7%
G = 0.67%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#530141 (or 0x530141) is known color: Tyrian Purple. HEX triplet: 53, 01 and 41. RGB value is (83,1,65). Sum of RGB (Red+Green+Blue) = 83+1+65=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #530141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530141 is #ACFEBE. Grayscale: #202020. Windows color (decimal): -11337407 or 4260179. OLE color: 4260179.

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

Color convert

RGB 83 1 65 -
CMYK 0 0.99 0.22 0.67
HSL 313.17º 0.98% 0.16% -
HSV(B) 313.17º 0.99% 0.33% -
XYZ 4.53 2.24 5.19 -
YUV 32.81 146.17 163.8 -
System Red Green Blue C M Y K H S L
Decimal 83 1 65 0 0.99 0.22 0.67 313.17 0.98 0.16
Hex 53 1 41 0 63 16 43 139 62 10
Octal 123 1 101 0 143 26 103 471 142 20
Binary 1010011 1 1000001 0 1100011 10110 1000011 100111001 1100010 10000

Color Harmonies of #530141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530141

Black with #530141

Text Example


Text Example

White with #530141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530141; }

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

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

background-color css

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

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

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

border-color css

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

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

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