Html Css Color HEX #530241 Tyrian Purple

📋 copy color: '#530241'

red 83 ◦ green 2 ◦ blue 65

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

Shades of Tyrian Purple #530241

Tints of Tyrian Purple #530241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.33%

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

R = 55.33%
G = 1.33%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#530241 (or 0x530241) is known color: Tyrian Purple. HEX triplet: 53, 02 and 41. RGB value is (83,2,65). Sum of RGB (Red+Green+Blue) = 83+2+65=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #530241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530241 is #ACFDBE. Grayscale: #212121. Windows color (decimal): -11337151 or 4260435. OLE color: 4260435.

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

Color convert

RGB 83 2 65 -
CMYK 0 0.98 0.22 0.67
HSL 313.33º 0.95% 0.17% -
HSV(B) 313.33º 0.98% 0.33% -
XYZ 4.54 2.26 5.2 -
YUV 33.4 145.84 163.38 -
System Red Green Blue C M Y K H S L
Decimal 83 2 65 0 0.98 0.22 0.67 313.33 0.95 0.17
Hex 53 2 41 0 62 16 43 139 5F 11
Octal 123 2 101 0 142 26 103 471 137 21
Binary 1010011 10 1000001 0 1100010 10110 1000011 100111001 1011111 10001

Color Harmonies of #530241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530241

Black with #530241

Text Example


Text Example

White with #530241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530241; }

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

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

background-color css

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

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

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

border-color css

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

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

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