Html Css Color HEX #760FAC Purple Heart

📋 copy color: '#760FAC'

red 118 ◦ green 15 ◦ blue 172

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

Shades of Purple Heart #760FAC

Tints of Purple Heart #760FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.39%

R = 38.69%
G = 4.92%
B = 56.39%

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

#760FAC (or 0x760FAC) is known color: Purple Heart. HEX triplet: 76, 0F and AC. RGB value is (118,15,172). Sum of RGB (Red+Green+Blue) = 118+15+172=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #760FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760FAC is #89F053. Grayscale: #3F3F3F. Windows color (decimal): -9039956 or 11276150. OLE color: 11276150.

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

Color convert

RGB 118 15 172 -
CMYK 0.31 0.91 0 0.33
HSL 279.36º 0.84% 0.37% -
HSV(B) 279.36º 0.91% 0.67% -
XYZ 15.09 7.17 39.62 -
YUV 63.7 189.12 166.73 -
System Red Green Blue C M Y K H S L
Decimal 118 15 172 0.31 0.91 0 0.33 279.36 0.84 0.37
Hex 76 F AC 1F 5B 0 21 117 54 25
Octal 166 17 254 37 133 0 41 427 124 45
Binary 1110110 1111 10101100 11111 1011011 0 100001 100010111 1010100 100101

Color Harmonies of #760FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760FAC

Black with #760FAC

Text Example


Text Example

White with #760FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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