Html Css Color HEX #530841 Tyrian Purple

📋 copy color: '#530841'

red 83 ◦ green 8 ◦ blue 65

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

Shades of Tyrian Purple #530841

Tints of Tyrian Purple #530841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.13%

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

R = 53.21%
G = 5.13%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#530841 (or 0x530841) is known color: Tyrian Purple. HEX triplet: 53, 08 and 41. RGB value is (83,8,65). Sum of RGB (Red+Green+Blue) = 83+8+65=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #530841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530841 is #ACF7BE. Grayscale: #242424. Windows color (decimal): -11335615 or 4261971. OLE color: 4261971.

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

Color convert

RGB 83 8 65 -
CMYK 0 0.90 0.22 0.67
HSL 314.4º 0.82% 0.18% -
HSV(B) 314.4º 0.9% 0.33% -
XYZ 4.61 2.39 5.22 -
YUV 36.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 83 8 65 0 0.90 0.22 0.67 314.4 0.82 0.18
Hex 53 8 41 0 5A 16 43 13A 52 12
Octal 123 10 101 0 132 26 103 472 122 22
Binary 1010011 1000 1000001 0 1011010 10110 1000011 100111010 1010010 10010

Color Harmonies of #530841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530841

Black with #530841

Text Example


Text Example

White with #530841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530841; }

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

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

background-color css

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

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

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

border-color css

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

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

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