Html Css Color HEX #530842 Tyrian Purple

📋 copy color: '#530842'

red 83 ◦ green 8 ◦ blue 66

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

Shades of Tyrian Purple #530842

Tints of Tyrian Purple #530842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 42.04%

R = 52.87%
G = 5.1%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#530842 (or 0x530842) is known color: Tyrian Purple. HEX triplet: 53, 08 and 42. RGB value is (83,8,66). Sum of RGB (Red+Green+Blue) = 83+8+66=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #530842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530842 is #ACF7BD. Grayscale: #242424. Windows color (decimal): -11335614 or 4327507. OLE color: 4327507.

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

Color convert

RGB 83 8 66 -
CMYK 0 0.90 0.20 0.67
HSL 313.6º 0.82% 0.18% -
HSV(B) 313.6º 0.9% 0.33% -
XYZ 4.64 2.41 5.37 -
YUV 37.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 83 8 66 0 0.90 0.20 0.67 313.6 0.82 0.18
Hex 53 8 42 0 5A 14 43 13A 52 12
Octal 123 10 102 0 132 24 103 472 122 22
Binary 1010011 1000 1000010 0 1011010 10100 1000011 100111010 1010010 10010

Color Harmonies of #530842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530842

Black with #530842

Text Example


Text Example

White with #530842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530842; }

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

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

background-color css

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

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

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

border-color css

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

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

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