Html Css Color HEX #530844 Tyrian Purple

📋 copy color: '#530844'

red 83 ◦ green 8 ◦ blue 68

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

Shades of Tyrian Purple #530844

Tints of Tyrian Purple #530844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 42.77%

R = 52.2%
G = 5.03%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#530844 (or 0x530844) is known color: Tyrian Purple. HEX triplet: 53, 08 and 44. RGB value is (83,8,68). Sum of RGB (Red+Green+Blue) = 83+8+68=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #530844 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530844 is #ACF7BB. Grayscale: #252525. Windows color (decimal): -11335612 or 4458579. OLE color: 4458579.

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

Color convert

RGB 83 8 68 -
CMYK 0 0.90 0.18 0.67
HSL 312º 0.82% 0.18% -
HSV(B) 312º 0.9% 0.33% -
XYZ 4.7 2.43 5.69 -
YUV 37.27 145.35 160.62 -
System Red Green Blue C M Y K H S L
Decimal 83 8 68 0 0.90 0.18 0.67 312 0.82 0.18
Hex 53 8 44 0 5A 12 43 138 52 12
Octal 123 10 104 0 132 22 103 470 122 22
Binary 1010011 1000 1000100 0 1011010 10010 1000011 100111000 1010010 10010

Color Harmonies of #530844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530844

Black with #530844

Text Example


Text Example

White with #530844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530844; }

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

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

background-color css

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

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

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

border-color css

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

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

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