Html Css Color HEX #530042 Tyrian Purple

📋 copy color: '#530042'

red 83 ◦ green 0 ◦ blue 66

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

Shades of Tyrian Purple #530042

Tints of Tyrian Purple #530042

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.7%
G = 0%
B = 44.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#530042 (or 0x530042) is known color: Tyrian Purple. HEX triplet: 53, 00 and 42. RGB value is (83,0,66). Sum of RGB (Red+Green+Blue) = 83+0+66=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 66 (26.17% from 255 or 44.30% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #530042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530042 is #ACFFBD. Grayscale: #202020. Windows color (decimal): -11337662 or 4325459. OLE color: 4325459.

HSL color Cylindrical-coordinate representation of color #530042: hue angle of 312.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530042 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 0 66 -
CMYK 0 1 0.20 0.67
HSL 312.29º 1% 0.16% -
HSV(B) 312.29º 1% 0.33% -
XYZ 4.55 2.23 5.35 -
YUV 32.34 147 164.13 -
System Red Green Blue C M Y K H S L
Decimal 83 0 66 0 1 0.20 0.67 312.29 1 0.16
Hex 53 0 42 0 64 14 43 138 64 10
Octal 123 0 102 0 144 24 103 470 144 20
Binary 1010011 0 1000010 0 1100100 10100 1000011 100111000 1100100 10000

Color Harmonies of #530042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530042

Black with #530042

Text Example


Text Example

White with #530042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530042; }

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

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

background-color css

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

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

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

border-color css

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

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

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