Html Css Color HEX #751FAE Purple Heart

📋 copy color: '#751FAE'

red 117 ◦ green 31 ◦ blue 174

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

Shades of Purple Heart #751FAE

Tints of Purple Heart #751FAE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.63%

 BLUE value IS 174 (68.36% from 255) = 54.04%

R = 36.34%
G = 9.63%
B = 54.04%

CMYK

 C value IS 0.33

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#751FAE (or 0x751FAE) is known color: Purple Heart. HEX triplet: 75, 1F and AE. RGB value is (117,31,174). Sum of RGB (Red+Green+Blue) = 117+31+174=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #751FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751FAE is #8AE051. Grayscale: #484848. Windows color (decimal): -9101394 or 11411317. OLE color: 11411317.

HSL color Cylindrical-coordinate representation of color #751FAE: hue angle of 276.08º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #751FAE is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 31 174 -
CMYK 0.33 0.82 0 0.32
HSL 276.08º 0.7% 0.4% -
HSV(B) 276.08º 0.82% 0.68% -
XYZ 15.47 7.82 40.74 -
YUV 73.02 184.99 159.37 -
System Red Green Blue C M Y K H S L
Decimal 117 31 174 0.33 0.82 0 0.32 276.08 0.7 0.4
Hex 75 1F AE 21 52 0 20 114 46 28
Octal 165 37 256 41 122 0 40 424 106 50
Binary 1110101 11111 10101110 100001 1010010 0 100000 100010100 1000110 101000

Color Harmonies of #751FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751FAE

Black with #751FAE

Text Example


Text Example

White with #751FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,31,174); }

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

background-color css

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

 a { background-color: rgb(117,31,174); }

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

border-color css

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

 span { border-color: rgb(117,31,174); }

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