Html Css Color HEX #760FAA Purple Heart

📋 copy color: '#760FAA'

red 118 ◦ green 15 ◦ blue 170

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

Shades of Purple Heart #760FAA

Tints of Purple Heart #760FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.11%

R = 38.94%
G = 4.95%
B = 56.11%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#760FAA (or 0x760FAA) is known color: Purple Heart. HEX triplet: 76, 0F and AA. RGB value is (118,15,170). Sum of RGB (Red+Green+Blue) = 118+15+170=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #760FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760FAA is #89F055. Grayscale: #3E3E3E. Windows color (decimal): -9039958 or 11145078. OLE color: 11145078.

HSL color Cylindrical-coordinate representation of color #760FAA: hue angle of 279.87º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760FAA is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 15 170 -
CMYK 0.31 0.91 0 0.33
HSL 279.87º 0.84% 0.36% -
HSV(B) 279.87º 0.91% 0.67% -
XYZ 14.9 7.1 38.61 -
YUV 63.47 188.12 166.9 -
System Red Green Blue C M Y K H S L
Decimal 118 15 170 0.31 0.91 0 0.33 279.87 0.84 0.36
Hex 76 F AA 1F 5B 0 21 118 54 24
Octal 166 17 252 37 133 0 41 430 124 44
Binary 1110110 1111 10101010 11111 1011011 0 100001 100011000 1010100 100100

Color Harmonies of #760FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760FAA

Black with #760FAA

Text Example


Text Example

White with #760FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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