Html Css Color HEX #760FAD Purple Heart

📋 copy color: '#760FAD'

red 118 ◦ green 15 ◦ blue 173

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

Shades of Purple Heart #760FAD

Tints of Purple Heart #760FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.54%

R = 38.56%
G = 4.9%
B = 56.54%

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

#760FAD (or 0x760FAD) is known color: Purple Heart. HEX triplet: 76, 0F and AD. RGB value is (118,15,173). Sum of RGB (Red+Green+Blue) = 118+15+173=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #760FAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760FAD is #89F052. Grayscale: #3F3F3F. Windows color (decimal): -9039955 or 11341686. OLE color: 11341686.

HSL color Cylindrical-coordinate representation of color #760FAD: hue angle of 279.11º 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 #760FAD is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 15 173 -
CMYK 0.32 0.91 0 0.32
HSL 279.11º 0.84% 0.37% -
HSV(B) 279.11º 0.91% 0.68% -
XYZ 15.18 7.21 40.13 -
YUV 63.81 189.62 166.65 -
System Red Green Blue C M Y K H S L
Decimal 118 15 173 0.32 0.91 0 0.32 279.11 0.84 0.37
Hex 76 F AD 20 5B 0 20 117 54 25
Octal 166 17 255 40 133 0 40 427 124 45
Binary 1110110 1111 10101101 100000 1011011 0 100000 100010111 1010100 100101

Color Harmonies of #760FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760FAD

Black with #760FAD

Text Example


Text Example

White with #760FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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