Html Css Color HEX #760BAE Purple Heart

📋 copy color: '#760BAE'

red 118 ◦ green 11 ◦ blue 174

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

Shades of Purple Heart #760BAE

Tints of Purple Heart #760BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.63%

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

R = 38.94%
G = 3.63%
B = 57.43%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#760BAE (or 0x760BAE) is known color: Purple Heart. HEX triplet: 76, 0B and AE. RGB value is (118,11,174). Sum of RGB (Red+Green+Blue) = 118+11+174=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #760BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760BAE is #89F451. Grayscale: #3D3D3D. Windows color (decimal): -9040978 or 11406198. OLE color: 11406198.

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

Color convert

RGB 118 11 174 -
CMYK 0.32 0.94 0 0.32
HSL 279.39º 0.88% 0.36% -
HSV(B) 279.39º 0.94% 0.68% -
XYZ 15.23 7.15 40.62 -
YUV 61.58 191.45 168.25 -
System Red Green Blue C M Y K H S L
Decimal 118 11 174 0.32 0.94 0 0.32 279.39 0.88 0.36
Hex 76 B AE 20 5E 0 20 117 58 24
Octal 166 13 256 40 136 0 40 427 130 44
Binary 1110110 1011 10101110 100000 1011110 0 100000 100010111 1011000 100100

Color Harmonies of #760BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760BAE

Black with #760BAE

Text Example


Text Example

White with #760BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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