Html Css Color HEX #751BAA Purple Heart

📋 copy color: '#751BAA'

red 117 ◦ green 27 ◦ blue 170

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

Shades of Purple Heart #751BAA

Tints of Purple Heart #751BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.6%

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

R = 37.26%
G = 8.6%
B = 54.14%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#751BAA (or 0x751BAA) is known color: Purple Heart. HEX triplet: 75, 1B and AA. RGB value is (117,27,170). Sum of RGB (Red+Green+Blue) = 117+27+170=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #751BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751BAA is #8AE455. Grayscale: #454545. Windows color (decimal): -9102422 or 11148149. OLE color: 11148149.

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

Color convert

RGB 117 27 170 -
CMYK 0.31 0.84 0 0.33
HSL 277.76º 0.73% 0.39% -
HSV(B) 277.76º 0.84% 0.67% -
XYZ 14.98 7.47 38.68 -
YUV 70.21 184.32 161.37 -
System Red Green Blue C M Y K H S L
Decimal 117 27 170 0.31 0.84 0 0.33 277.76 0.73 0.39
Hex 75 1B AA 1F 54 0 21 116 49 27
Octal 165 33 252 37 124 0 41 426 111 47
Binary 1110101 11011 10101010 11111 1010100 0 100001 100010110 1001001 100111

Color Harmonies of #751BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751BAA

Black with #751BAA

Text Example


Text Example

White with #751BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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