Html Css Color HEX #751AAB Purple Heart

📋 copy color: '#751AAB'

red 117 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #751AAB

Tints of Purple Heart #751AAB

RGB

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

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

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

R = 37.26%
G = 8.28%
B = 54.46%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#751AAB (or 0x751AAB) is known color: Purple Heart. HEX triplet: 75, 1A and AB. RGB value is (117,26,171). Sum of RGB (Red+Green+Blue) = 117+26+171=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #751AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751AAB is #8AE554. Grayscale: #454545. Windows color (decimal): -9102677 or 11213429. OLE color: 11213429.

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

Color convert

RGB 117 26 171 -
CMYK 0.32 0.85 0 0.33
HSL 277.66º 0.74% 0.39% -
HSV(B) 277.66º 0.85% 0.67% -
XYZ 15.06 7.46 39.17 -
YUV 69.74 185.15 161.71 -
System Red Green Blue C M Y K H S L
Decimal 117 26 171 0.32 0.85 0 0.33 277.66 0.74 0.39
Hex 75 1A AB 20 55 0 21 116 4A 27
Octal 165 32 253 40 125 0 41 426 112 47
Binary 1110101 11010 10101011 100000 1010101 0 100001 100010110 1001010 100111

Color Harmonies of #751AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751AAB

Black with #751AAB

Text Example


Text Example

White with #751AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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