Html Css Color HEX #530840 Tyrian Purple

📋 copy color: '#530840'

red 83 ◦ green 8 ◦ blue 64

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

Shades of Tyrian Purple #530840

Tints of Tyrian Purple #530840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 41.29%

R = 53.55%
G = 5.16%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#530840 (or 0x530840) is known color: Tyrian Purple. HEX triplet: 53, 08 and 40. RGB value is (83,8,64). Sum of RGB (Red+Green+Blue) = 83+8+64=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #530840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530840 is #ACF7BF. Grayscale: #242424. Windows color (decimal): -11335616 or 4196435. OLE color: 4196435.

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

Color convert

RGB 83 8 64 -
CMYK 0 0.90 0.23 0.67
HSL 315.2º 0.82% 0.18% -
HSV(B) 315.2º 0.9% 0.33% -
XYZ 4.58 2.38 5.07 -
YUV 36.81 143.35 160.95 -
System Red Green Blue C M Y K H S L
Decimal 83 8 64 0 0.90 0.23 0.67 315.2 0.82 0.18
Hex 53 8 40 0 5A 17 43 13B 52 12
Octal 123 10 100 0 132 27 103 473 122 22
Binary 1010011 1000 1000000 0 1011010 10111 1000011 100111011 1010010 10010

Color Harmonies of #530840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530840

Black with #530840

Text Example


Text Example

White with #530840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530840; }

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

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

background-color css

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

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

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

border-color css

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

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

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