Html Css Color HEX #751AAA Purple Heart

📋 copy color: '#751AAA'

red 117 ◦ green 26 ◦ blue 170

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

Shades of Purple Heart #751AAA

Tints of Purple Heart #751AAA

RGB

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

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

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

R = 37.38%
G = 8.31%
B = 54.31%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#751AAA (or 0x751AAA) is known color: Purple Heart. HEX triplet: 75, 1A and AA. RGB value is (117,26,170). Sum of RGB (Red+Green+Blue) = 117+26+170=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #751AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751AAA is #8AE555. Grayscale: #454545. Windows color (decimal): -9102678 or 11147893. OLE color: 11147893.

HSL color Cylindrical-coordinate representation of color #751AAA: hue angle of 277.92º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751AAA is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 26 170 -
CMYK 0.31 0.85 0 0.33
HSL 277.92º 0.73% 0.38% -
HSV(B) 277.92º 0.85% 0.67% -
XYZ 14.96 7.42 38.67 -
YUV 69.63 184.65 161.79 -
System Red Green Blue C M Y K H S L
Decimal 117 26 170 0.31 0.85 0 0.33 277.92 0.73 0.38
Hex 75 1A AA 1F 55 0 21 116 49 26
Octal 165 32 252 37 125 0 41 426 111 46
Binary 1110101 11010 10101010 11111 1010101 0 100001 100010110 1001001 100110

Color Harmonies of #751AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751AAA

Black with #751AAA

Text Example


Text Example

White with #751AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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