Html Css Color HEX #5123AB Purple Heart

📋 copy color: '#5123AB'

red 81 ◦ green 35 ◦ blue 171

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

Shades of Purple Heart #5123AB

Tints of Purple Heart #5123AB

RGB

 RED value IS 81 (32.03% from 255) = 28.22%

 GREEN value IS 35 (14.06% from 255) = 12.2%

 BLUE value IS 171 (67.19% from 255) = 59.58%

R = 28.22%
G = 12.2%
B = 59.58%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5123AB (or 0x5123AB) is known color: Purple Heart. HEX triplet: 51, 23 and AB. RGB value is (81,35,171). Sum of RGB (Red+Green+Blue) = 81+35+171=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #5123AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5123AB is #AEDC54. Grayscale: #3F3F3F. Windows color (decimal): -11459669 or 11215697. OLE color: 11215697.

HSL color Cylindrical-coordinate representation of color #5123AB: hue angle of 260.29º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5123AB is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 35 171 -
CMYK 0.53 0.80 0 0.33
HSL 260.29º 0.66% 0.4% -
HSV(B) 260.29º 0.8% 0.67% -
XYZ 11.35 5.89 39.07 -
YUV 64.26 188.24 139.94 -
System Red Green Blue C M Y K H S L
Decimal 81 35 171 0.53 0.80 0 0.33 260.29 0.66 0.4
Hex 51 23 AB 35 50 0 21 104 42 28
Octal 121 43 253 65 120 0 41 404 102 50
Binary 1010001 100011 10101011 110101 1010000 0 100001 100000100 1000010 101000

Color Harmonies of #5123AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5123AB

Black with #5123AB

Text Example


Text Example

White with #5123AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5123AB; }

 p { color: rgb(81,35,171); }

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

background-color css

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

 a { background-color: rgb(81,35,171); }

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

border-color css

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

 span { border-color: rgb(81,35,171); }

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