Html Css Color HEX #530128 Tyrian Purple

📋 copy color: '#530128'

red 83 ◦ green 1 ◦ blue 40

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

Shades of Tyrian Purple #530128

Tints of Tyrian Purple #530128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 32.26%

R = 66.94%
G = 0.81%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#530128 (or 0x530128) is known color: Tyrian Purple. HEX triplet: 53, 01 and 28. RGB value is (83,1,40). Sum of RGB (Red+Green+Blue) = 83+1+40=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #530128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530128 is #ACFED7. Grayscale: #1D1D1D. Windows color (decimal): -11337432 or 2621779. OLE color: 2621779.

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

Color convert

RGB 83 1 40 -
CMYK 0 0.99 0.52 0.67
HSL 331.46º 0.98% 0.16% -
HSV(B) 331.46º 0.99% 0.33% -
XYZ 3.96 2.01 2.19 -
YUV 29.96 133.67 165.83 -
System Red Green Blue C M Y K H S L
Decimal 83 1 40 0 0.99 0.52 0.67 331.46 0.98 0.16
Hex 53 1 28 0 63 34 43 14B 62 10
Octal 123 1 50 0 143 64 103 513 142 20
Binary 1010011 1 101000 0 1100011 110100 1000011 101001011 1100010 10000

Color Harmonies of #530128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530128

Black with #530128

Text Example


Text Example

White with #530128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530128; }

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

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

background-color css

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

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

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

border-color css

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

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

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