Html Css Color HEX #530341 Tyrian Purple

📋 copy color: '#530341'

red 83 ◦ green 3 ◦ blue 65

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

Shades of Tyrian Purple #530341

Tints of Tyrian Purple #530341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.99%

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

R = 54.97%
G = 1.99%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#530341 (or 0x530341) is known color: Tyrian Purple. HEX triplet: 53, 03 and 41. RGB value is (83,3,65). Sum of RGB (Red+Green+Blue) = 83+3+65=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #530341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530341 is #ACFCBE. Grayscale: #212121. Windows color (decimal): -11336895 or 4260691. OLE color: 4260691.

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

Color convert

RGB 83 3 65 -
CMYK 0 0.96 0.22 0.67
HSL 313.5º 0.93% 0.17% -
HSV(B) 313.5º 0.96% 0.33% -
XYZ 4.55 2.29 5.2 -
YUV 33.99 145.5 162.96 -
System Red Green Blue C M Y K H S L
Decimal 83 3 65 0 0.96 0.22 0.67 313.5 0.93 0.17
Hex 53 3 41 0 60 16 43 13A 5D 11
Octal 123 3 101 0 140 26 103 472 135 21
Binary 1010011 11 1000001 0 1100000 10110 1000011 100111010 1011101 10001

Color Harmonies of #530341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530341

Black with #530341

Text Example


Text Example

White with #530341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530341; }

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

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

background-color css

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

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

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

border-color css

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

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

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