Html Css Color HEX #530451 Tyrian Purple

📋 copy color: '#530451'

red 83 ◦ green 4 ◦ blue 81

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

Shades of Tyrian Purple #530451

Tints of Tyrian Purple #530451

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.38%

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

R = 49.4%
G = 2.38%
B = 48.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#530451 (or 0x530451) is known color: Tyrian Purple. HEX triplet: 53, 04 and 51. RGB value is (83,4,81). Sum of RGB (Red+Green+Blue) = 83+4+81=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #530451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530451 is #ACFBAE. Grayscale: #242424. Windows color (decimal): -11336623 or 5309523. OLE color: 5309523.

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

Color convert

RGB 83 4 81 -
CMYK 0 0.95 0.02 0.67
HSL 301.52º 0.91% 0.17% -
HSV(B) 301.52º 0.95% 0.33% -
XYZ 5.1 2.52 8 -
YUV 36.4 153.17 161.24 -
System Red Green Blue C M Y K H S L
Decimal 83 4 81 0 0.95 0.02 0.67 301.52 0.91 0.17
Hex 53 4 51 0 5F 2 43 12E 5B 11
Octal 123 4 121 0 137 2 103 456 133 21
Binary 1010011 100 1010001 0 1011111 10 1000011 100101110 1011011 10001

Color Harmonies of #530451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530451

Black with #530451

Text Example


Text Example

White with #530451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530451; }

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

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

background-color css

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

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

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

border-color css

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

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

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