Html Css Color HEX #751FAC Purple Heart

📋 copy color: '#751FAC'

red 117 ◦ green 31 ◦ blue 172

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

Shades of Purple Heart #751FAC

Tints of Purple Heart #751FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.75%

R = 36.56%
G = 9.69%
B = 53.75%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#751FAC (or 0x751FAC) is known color: Purple Heart. HEX triplet: 75, 1F and AC. RGB value is (117,31,172). Sum of RGB (Red+Green+Blue) = 117+31+172=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #751FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751FAC is #8AE053. Grayscale: #484848. Windows color (decimal): -9101396 or 11280245. OLE color: 11280245.

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

Color convert

RGB 117 31 172 -
CMYK 0.32 0.82 0 0.33
HSL 276.6º 0.69% 0.4% -
HSV(B) 276.6º 0.82% 0.67% -
XYZ 15.27 7.74 39.72 -
YUV 72.79 183.99 159.54 -
System Red Green Blue C M Y K H S L
Decimal 117 31 172 0.32 0.82 0 0.33 276.6 0.69 0.4
Hex 75 1F AC 20 52 0 21 115 45 28
Octal 165 37 254 40 122 0 41 425 105 50
Binary 1110101 11111 10101100 100000 1010010 0 100001 100010101 1000101 101000

Color Harmonies of #751FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751FAC

Black with #751FAC

Text Example


Text Example

White with #751FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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