Html Css Color HEX #760FAE Purple Heart

📋 copy color: '#760FAE'

red 118 ◦ green 15 ◦ blue 174

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

Shades of Purple Heart #760FAE

Tints of Purple Heart #760FAE

RGB

 RED value IS 118 (46.48% from 255) = 38.44%

 GREEN value IS 15 (6.25% from 255) = 4.89%

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

R = 38.44%
G = 4.89%
B = 56.68%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#760FAE (or 0x760FAE) is known color: Purple Heart. HEX triplet: 76, 0F and AE. RGB value is (118,15,174). Sum of RGB (Red+Green+Blue) = 118+15+174=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #760FAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760FAE is #89F051. Grayscale: #3F3F3F. Windows color (decimal): -9039954 or 11407222. OLE color: 11407222.

HSL color Cylindrical-coordinate representation of color #760FAE: hue angle of 278.87º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760FAE is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 15 174 -
CMYK 0.32 0.91 0 0.32
HSL 278.87º 0.84% 0.37% -
HSV(B) 278.87º 0.91% 0.68% -
XYZ 15.28 7.25 40.64 -
YUV 63.92 190.12 166.57 -
System Red Green Blue C M Y K H S L
Decimal 118 15 174 0.32 0.91 0 0.32 278.87 0.84 0.37
Hex 76 F AE 20 5B 0 20 117 54 25
Octal 166 17 256 40 133 0 40 427 124 45
Binary 1110110 1111 10101110 100000 1011011 0 100000 100010111 1010100 100101

Color Harmonies of #760FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760FAE

Black with #760FAE

Text Example


Text Example

White with #760FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760FAE; }

 p { color: rgb(118,15,174); }

 H1.HeaderClassName
 {
   color: #760FAE;
 }
 .AnyTagClassName
 {
   color: #760FAE;
 }
</style>

background-color css

<style>
 a { background-color: #760FAE; }

 a { background-color: rgb(118,15,174); }

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

border-color css

<style>
 span { border-color: #760FAE; }

 span { border-color: rgb(118,15,174); }

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