Html Css Color HEX #530351 Tyrian Purple

📋 copy color: '#530351'

red 83 ◦ green 3 ◦ blue 81

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

Shades of Tyrian Purple #530351

Tints of Tyrian Purple #530351

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.8%

 BLUE value IS 81 (32.03% from 255) = 48.5%

R = 49.7%
G = 1.8%
B = 48.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#530351 (or 0x530351) is known color: Tyrian Purple. HEX triplet: 53, 03 and 51. RGB value is (83,3,81). Sum of RGB (Red+Green+Blue) = 83+3+81=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #530351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530351 is #ACFCAE. Grayscale: #232323. Windows color (decimal): -11336879 or 5309267. OLE color: 5309267.

HSL color Cylindrical-coordinate representation of color #530351: hue angle of 301.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530351 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 3 81 -
CMYK 0 0.96 0.02 0.67
HSL 301.5º 0.93% 0.17% -
HSV(B) 301.5º 0.96% 0.33% -
XYZ 5.09 2.5 8 -
YUV 35.81 153.5 161.66 -
System Red Green Blue C M Y K H S L
Decimal 83 3 81 0 0.96 0.02 0.67 301.5 0.93 0.17
Hex 53 3 51 0 60 2 43 12E 5D 11
Octal 123 3 121 0 140 2 103 456 135 21
Binary 1010011 11 1010001 0 1100000 10 1000011 100101110 1011101 10001

Color Harmonies of #530351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530351

Black with #530351

Text Example


Text Example

White with #530351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530351; }

 p { color: rgb(83,3,81); }

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

background-color css

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

 a { background-color: rgb(83,3,81); }

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

border-color css

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

 span { border-color: rgb(83,3,81); }

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