Html Css Color HEX #530251 Tyrian Purple

📋 copy color: '#530251'

red 83 ◦ green 2 ◦ blue 81

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

Shades of Tyrian Purple #530251

Tints of Tyrian Purple #530251

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

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

R = 50%
G = 1.2%
B = 48.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#530251 (or 0x530251) is known color: Tyrian Purple. HEX triplet: 53, 02 and 51. RGB value is (83,2,81). Sum of RGB (Red+Green+Blue) = 83+2+81=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #530251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530251 is #ACFDAE. Grayscale: #222222. Windows color (decimal): -11337135 or 5309011. OLE color: 5309011.

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

Color convert

RGB 83 2 81 -
CMYK 0 0.98 0.02 0.67
HSL 301.48º 0.95% 0.17% -
HSV(B) 301.48º 0.98% 0.33% -
XYZ 5.07 2.48 8 -
YUV 35.23 153.84 162.08 -
System Red Green Blue C M Y K H S L
Decimal 83 2 81 0 0.98 0.02 0.67 301.48 0.95 0.17
Hex 53 2 51 0 62 2 43 12D 5F 11
Octal 123 2 121 0 142 2 103 455 137 21
Binary 1010011 10 1010001 0 1100010 10 1000011 100101101 1011111 10001

Color Harmonies of #530251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530251

Black with #530251

Text Example


Text Example

White with #530251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530251; }

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

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

background-color css

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

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

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

border-color css

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

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

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