Html Css Color HEX #751BAC Purple Heart

📋 copy color: '#751BAC'

red 117 ◦ green 27 ◦ blue 172

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

Shades of Purple Heart #751BAC

Tints of Purple Heart #751BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.54%

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

R = 37.03%
G = 8.54%
B = 54.43%

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

#751BAC (or 0x751BAC) is known color: Purple Heart. HEX triplet: 75, 1B and AC. RGB value is (117,27,172). Sum of RGB (Red+Green+Blue) = 117+27+172=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #751BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751BAC is #8AE453. Grayscale: #454545. Windows color (decimal): -9102420 or 11279221. OLE color: 11279221.

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

Color convert

RGB 117 27 172 -
CMYK 0.32 0.84 0 0.33
HSL 277.24º 0.73% 0.39% -
HSV(B) 277.24º 0.84% 0.67% -
XYZ 15.17 7.54 39.69 -
YUV 70.44 185.32 161.21 -
System Red Green Blue C M Y K H S L
Decimal 117 27 172 0.32 0.84 0 0.33 277.24 0.73 0.39
Hex 75 1B AC 20 54 0 21 115 49 27
Octal 165 33 254 40 124 0 41 425 111 47
Binary 1110101 11011 10101100 100000 1010100 0 100001 100010101 1001001 100111

Color Harmonies of #751BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751BAC

Black with #751BAC

Text Example


Text Example

White with #751BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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