Html Css Color HEX #5123AA Purple Heart

📋 copy color: '#5123AA'

red 81 ◦ green 35 ◦ blue 170

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

Shades of Purple Heart #5123AA

Tints of Purple Heart #5123AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 59.44%

R = 28.32%
G = 12.24%
B = 59.44%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5123AA (or 0x5123AA) is known color: Purple Heart. HEX triplet: 51, 23 and AA. RGB value is (81,35,170). Sum of RGB (Red+Green+Blue) = 81+35+170=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #5123AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5123AA is #AEDC55. Grayscale: #3F3F3F. Windows color (decimal): -11459670 or 11150161. OLE color: 11150161.

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

Color convert

RGB 81 35 170 -
CMYK 0.52 0.79 0 0.33
HSL 260.44º 0.66% 0.4% -
HSV(B) 260.44º 0.79% 0.67% -
XYZ 11.25 5.85 38.57 -
YUV 64.14 187.74 140.02 -
System Red Green Blue C M Y K H S L
Decimal 81 35 170 0.52 0.79 0 0.33 260.44 0.66 0.4
Hex 51 23 AA 34 4F 0 21 104 42 28
Octal 121 43 252 64 117 0 41 404 102 50
Binary 1010001 100011 10101010 110100 1001111 0 100001 100000100 1000010 101000

Color Harmonies of #5123AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5123AA

Black with #5123AA

Text Example


Text Example

White with #5123AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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