Html Css Color HEX #5130AC Purple Heart

📋 copy color: '#5130AC'

red 81 ◦ green 48 ◦ blue 172

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

Shades of Purple Heart #5130AC

Tints of Purple Heart #5130AC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.95%

 BLUE value IS 172 (67.58% from 255) = 57.14%

R = 26.91%
G = 15.95%
B = 57.14%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5130AC (or 0x5130AC) is known color: Purple Heart. HEX triplet: 51, 30 and AC. RGB value is (81,48,172). Sum of RGB (Red+Green+Blue) = 81+48+172=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #5130AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5130AC is #AECF53. Grayscale: #474747. Windows color (decimal): -11456340 or 11284561. OLE color: 11284561.

HSL color Cylindrical-coordinate representation of color #5130AC: hue angle of 255.97º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5130AC is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 48 172 -
CMYK 0.53 0.72 0 0.33
HSL 255.97º 0.56% 0.43% -
HSV(B) 255.97º 0.72% 0.67% -
XYZ 11.9 6.84 39.72 -
YUV 72 184.43 134.42 -
System Red Green Blue C M Y K H S L
Decimal 81 48 172 0.53 0.72 0 0.33 255.97 0.56 0.43
Hex 51 30 AC 35 48 0 21 100 38 2B
Octal 121 60 254 65 110 0 41 400 70 53
Binary 1010001 110000 10101100 110101 1001000 0 100001 100000000 111000 101011

Color Harmonies of #5130AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5130AC

Black with #5130AC

Text Example


Text Example

White with #5130AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5130AC; }

 p { color: rgb(81,48,172); }

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

background-color css

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

 a { background-color: rgb(81,48,172); }

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

border-color css

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

 span { border-color: rgb(81,48,172); }

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