Html Css Color HEX #751AAC Purple Heart

📋 copy color: '#751AAC'

red 117 ◦ green 26 ◦ blue 172

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

Shades of Purple Heart #751AAC

Tints of Purple Heart #751AAC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.25%

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

R = 37.14%
G = 8.25%
B = 54.6%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#751AAC (or 0x751AAC) is known color: Purple Heart. HEX triplet: 75, 1A and AC. RGB value is (117,26,172). Sum of RGB (Red+Green+Blue) = 117+26+172=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #751AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751AAC is #8AE553. Grayscale: #454545. Windows color (decimal): -9102676 or 11278965. OLE color: 11278965.

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

Color convert

RGB 117 26 172 -
CMYK 0.32 0.85 0 0.33
HSL 277.4º 0.74% 0.39% -
HSV(B) 277.4º 0.85% 0.67% -
XYZ 15.15 7.5 39.68 -
YUV 69.85 185.65 161.63 -
System Red Green Blue C M Y K H S L
Decimal 117 26 172 0.32 0.85 0 0.33 277.4 0.74 0.39
Hex 75 1A AC 20 55 0 21 115 4A 27
Octal 165 32 254 40 125 0 41 425 112 47
Binary 1110101 11010 10101100 100000 1010101 0 100001 100010101 1001010 100111

Color Harmonies of #751AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751AAC

Black with #751AAC

Text Example


Text Example

White with #751AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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