Html Css Color HEX #530138 Tyrian Purple

📋 copy color: '#530138'

red 83 ◦ green 1 ◦ blue 56

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

Shades of Tyrian Purple #530138

Tints of Tyrian Purple #530138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 40%

R = 59.29%
G = 0.71%
B = 40%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#530138 (or 0x530138) is known color: Tyrian Purple. HEX triplet: 53, 01 and 38. RGB value is (83,1,56). Sum of RGB (Red+Green+Blue) = 83+1+56=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #530138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530138 is #ACFEC7. Grayscale: #1F1F1F. Windows color (decimal): -11337416 or 3670355. OLE color: 3670355.

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

Color convert

RGB 83 1 56 -
CMYK 0 0.99 0.33 0.67
HSL 319.76º 0.98% 0.16% -
HSV(B) 319.76º 0.99% 0.33% -
XYZ 4.29 2.15 3.93 -
YUV 31.79 141.67 164.53 -
System Red Green Blue C M Y K H S L
Decimal 83 1 56 0 0.99 0.33 0.67 319.76 0.98 0.16
Hex 53 1 38 0 63 21 43 140 62 10
Octal 123 1 70 0 143 41 103 500 142 20
Binary 1010011 1 111000 0 1100011 100001 1000011 101000000 1100010 10000

Color Harmonies of #530138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530138

Black with #530138

Text Example


Text Example

White with #530138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530138; }

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

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

background-color css

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

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

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

border-color css

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

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

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