Html Css Color HEX #530136 Tyrian Purple

📋 copy color: '#530136'

red 83 ◦ green 1 ◦ blue 54

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

Shades of Tyrian Purple #530136

Tints of Tyrian Purple #530136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 39.13%

R = 60.14%
G = 0.72%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#530136 (or 0x530136) is known color: Tyrian Purple. HEX triplet: 53, 01 and 36. RGB value is (83,1,54). Sum of RGB (Red+Green+Blue) = 83+1+54=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #530136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530136 is #ACFEC9. Grayscale: #1F1F1F. Windows color (decimal): -11337418 or 3539283. OLE color: 3539283.

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

Color convert

RGB 83 1 54 -
CMYK 0 0.99 0.35 0.67
HSL 321.22º 0.98% 0.16% -
HSV(B) 321.22º 0.99% 0.33% -
XYZ 4.24 2.13 3.68 -
YUV 31.56 140.67 164.69 -
System Red Green Blue C M Y K H S L
Decimal 83 1 54 0 0.99 0.35 0.67 321.22 0.98 0.16
Hex 53 1 36 0 63 23 43 141 62 10
Octal 123 1 66 0 143 43 103 501 142 20
Binary 1010011 1 110110 0 1100011 100011 1000011 101000001 1100010 10000

Color Harmonies of #530136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530136

Black with #530136

Text Example


Text Example

White with #530136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530136; }

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

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

background-color css

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

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

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

border-color css

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

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

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