Html Css Color HEX #530441 Tyrian Purple

📋 copy color: '#530441'

red 83 ◦ green 4 ◦ blue 65

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

Shades of Tyrian Purple #530441

Tints of Tyrian Purple #530441

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.63%

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

R = 54.61%
G = 2.63%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#530441 (or 0x530441) is known color: Tyrian Purple. HEX triplet: 53, 04 and 41. RGB value is (83,4,65). Sum of RGB (Red+Green+Blue) = 83+4+65=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #530441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530441 is #ACFBBE. Grayscale: #222222. Windows color (decimal): -11336639 or 4260947. OLE color: 4260947.

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

Color convert

RGB 83 4 65 -
CMYK 0 0.95 0.22 0.67
HSL 313.67º 0.91% 0.17% -
HSV(B) 313.67º 0.95% 0.33% -
XYZ 4.56 2.31 5.21 -
YUV 34.58 145.17 162.54 -
System Red Green Blue C M Y K H S L
Decimal 83 4 65 0 0.95 0.22 0.67 313.67 0.91 0.17
Hex 53 4 41 0 5F 16 43 13A 5B 11
Octal 123 4 101 0 137 26 103 472 133 21
Binary 1010011 100 1000001 0 1011111 10110 1000011 100111010 1011011 10001

Color Harmonies of #530441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530441

Black with #530441

Text Example


Text Example

White with #530441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530441; }

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

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

background-color css

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

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

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

border-color css

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

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

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