Html Css Color HEX #751CAE Purple Heart

📋 copy color: '#751CAE'

red 117 ◦ green 28 ◦ blue 174

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

Shades of Purple Heart #751CAE

Tints of Purple Heart #751CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.55%

R = 36.68%
G = 8.78%
B = 54.55%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#751CAE (or 0x751CAE) is known color: Purple Heart. HEX triplet: 75, 1C and AE. RGB value is (117,28,174). Sum of RGB (Red+Green+Blue) = 117+28+174=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #751CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751CAE is #8AE351. Grayscale: #464646. Windows color (decimal): -9102162 or 11410549. OLE color: 11410549.

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

Color convert

RGB 117 28 174 -
CMYK 0.33 0.84 0 0.32
HSL 276.58º 0.72% 0.4% -
HSV(B) 276.58º 0.84% 0.68% -
XYZ 15.39 7.67 40.71 -
YUV 71.26 185.99 160.63 -
System Red Green Blue C M Y K H S L
Decimal 117 28 174 0.33 0.84 0 0.32 276.58 0.72 0.4
Hex 75 1C AE 21 54 0 20 115 48 28
Octal 165 34 256 41 124 0 40 425 110 50
Binary 1110101 11100 10101110 100001 1010100 0 100000 100010101 1001000 101000

Color Harmonies of #751CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751CAE

Black with #751CAE

Text Example


Text Example

White with #751CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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