Html Css Color HEX #530142 Tyrian Purple

📋 copy color: '#530142'

red 83 ◦ green 1 ◦ blue 66

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

Shades of Tyrian Purple #530142

Tints of Tyrian Purple #530142

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

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

R = 55.33%
G = 0.67%
B = 44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#530142 (or 0x530142) is known color: Tyrian Purple. HEX triplet: 53, 01 and 42. RGB value is (83,1,66). Sum of RGB (Red+Green+Blue) = 83+1+66=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 66 (26.17% from 255 or 44% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #530142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530142 is #ACFEBD. Grayscale: #202020. Windows color (decimal): -11337406 or 4325715. OLE color: 4325715.

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

Color convert

RGB 83 1 66 -
CMYK 0 0.99 0.20 0.67
HSL 312.44º 0.98% 0.16% -
HSV(B) 312.44º 0.99% 0.33% -
XYZ 4.56 2.25 5.35 -
YUV 32.93 146.67 163.71 -
System Red Green Blue C M Y K H S L
Decimal 83 1 66 0 0.99 0.20 0.67 312.44 0.98 0.16
Hex 53 1 42 0 63 14 43 138 62 10
Octal 123 1 102 0 143 24 103 470 142 20
Binary 1010011 1 1000010 0 1100011 10100 1000011 100111000 1100010 10000

Color Harmonies of #530142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530142

Black with #530142

Text Example


Text Example

White with #530142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530142; }

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

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

background-color css

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

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

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

border-color css

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

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

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