Html Css Color HEX #751AAD Purple Heart

📋 copy color: '#751AAD'

red 117 ◦ green 26 ◦ blue 173

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

Shades of Purple Heart #751AAD

Tints of Purple Heart #751AAD

RGB

 RED value IS 117 (46.09% from 255) = 37.03%

 GREEN value IS 26 (10.55% from 255) = 8.23%

 BLUE value IS 173 (67.97% from 255) = 54.75%

R = 37.03%
G = 8.23%
B = 54.75%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#751AAD (or 0x751AAD) is known color: Purple Heart. HEX triplet: 75, 1A and AD. RGB value is (117,26,173). Sum of RGB (Red+Green+Blue) = 117+26+173=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #751AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751AAD is #8AE552. Grayscale: #454545. Windows color (decimal): -9102675 or 11344501. OLE color: 11344501.

HSL color Cylindrical-coordinate representation of color #751AAD: hue angle of 277.14º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751AAD is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 26 173 -
CMYK 0.32 0.85 0 0.32
HSL 277.14º 0.74% 0.39% -
HSV(B) 277.14º 0.85% 0.68% -
XYZ 15.25 7.54 40.19 -
YUV 69.97 186.15 161.55 -
System Red Green Blue C M Y K H S L
Decimal 117 26 173 0.32 0.85 0 0.32 277.14 0.74 0.39
Hex 75 1A AD 20 55 0 20 115 4A 27
Octal 165 32 255 40 125 0 40 425 112 47
Binary 1110101 11010 10101101 100000 1010101 0 100000 100010101 1001010 100111

Color Harmonies of #751AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751AAD

Black with #751AAD

Text Example


Text Example

White with #751AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751AAD; }

 p { color: rgb(117,26,173); }

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

background-color css

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

 a { background-color: rgb(117,26,173); }

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

border-color css

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

 span { border-color: rgb(117,26,173); }

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