Html Css Color HEX #751FAD Purple Heart

📋 copy color: '#751FAD'

red 117 ◦ green 31 ◦ blue 173

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

Shades of Purple Heart #751FAD

Tints of Purple Heart #751FAD

RGB

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

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

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

R = 36.45%
G = 9.66%
B = 53.89%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#751FAD (or 0x751FAD) is known color: Purple Heart. HEX triplet: 75, 1F and AD. RGB value is (117,31,173). Sum of RGB (Red+Green+Blue) = 117+31+173=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #751FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751FAD is #8AE052. Grayscale: #484848. Windows color (decimal): -9101395 or 11345781. OLE color: 11345781.

HSL color Cylindrical-coordinate representation of color #751FAD: hue angle of 276.34º 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 #751FAD is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 31 173 -
CMYK 0.32 0.82 0 0.32
HSL 276.34º 0.7% 0.4% -
HSV(B) 276.34º 0.82% 0.68% -
XYZ 15.37 7.78 40.23 -
YUV 72.9 184.49 159.45 -
System Red Green Blue C M Y K H S L
Decimal 117 31 173 0.32 0.82 0 0.32 276.34 0.7 0.4
Hex 75 1F AD 20 52 0 20 114 46 28
Octal 165 37 255 40 122 0 40 424 106 50
Binary 1110101 11111 10101101 100000 1010010 0 100000 100010100 1000110 101000

Color Harmonies of #751FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751FAD

Black with #751FAD

Text Example


Text Example

White with #751FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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