Html Css Color HEX #751CAC Purple Heart

📋 copy color: '#751CAC'

red 117 ◦ green 28 ◦ blue 172

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

Shades of Purple Heart #751CAC

Tints of Purple Heart #751CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.83%

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

R = 36.91%
G = 8.83%
B = 54.26%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#751CAC (or 0x751CAC) is known color: Purple Heart. HEX triplet: 75, 1C and AC. RGB value is (117,28,172). Sum of RGB (Red+Green+Blue) = 117+28+172=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #751CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751CAC is #8AE353. Grayscale: #464646. Windows color (decimal): -9102164 or 11279477. OLE color: 11279477.

HSL color Cylindrical-coordinate representation of color #751CAC: hue angle of 277.08º degrees, saturation: 0.72, 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 #751CAC is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 28 172 -
CMYK 0.32 0.84 0 0.33
HSL 277.08º 0.72% 0.39% -
HSV(B) 277.08º 0.84% 0.67% -
XYZ 15.2 7.59 39.69 -
YUV 71.03 184.99 160.79 -
System Red Green Blue C M Y K H S L
Decimal 117 28 172 0.32 0.84 0 0.33 277.08 0.72 0.39
Hex 75 1C AC 20 54 0 21 115 48 27
Octal 165 34 254 40 124 0 41 425 110 47
Binary 1110101 11100 10101100 100000 1010100 0 100001 100010101 1001000 100111

Color Harmonies of #751CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751CAC

Black with #751CAC

Text Example


Text Example

White with #751CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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