Html Css Color HEX #760A78 Purple

📋 copy color: '#760A78'

red 118 ◦ green 10 ◦ blue 120

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

Shades of Purple #760A78

Tints of Purple #760A78

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.03%

 BLUE value IS 120 (47.27% from 255) = 48.39%

R = 47.58%
G = 4.03%
B = 48.39%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#760A78 (or 0x760A78) is known color: Purple. HEX triplet: 76, 0A and 78. RGB value is (118,10,120). Sum of RGB (Red+Green+Blue) = 118+10+120=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 120 - color contains mainly: blue. Hex color #760A78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760A78 is #89F587. Grayscale: #363636. Windows color (decimal): -9041288 or 7866998. OLE color: 7866998.

HSL color Cylindrical-coordinate representation of color #760A78: hue angle of 298.91º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760A78 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 10 120 -
CMYK 0.02 0.92 0 0.53
HSL 298.91º 0.85% 0.25% -
HSV(B) 298.91º 0.92% 0.47% -
XYZ 10.97 5.42 18.24 -
YUV 54.83 164.78 173.06 -
System Red Green Blue C M Y K H S L
Decimal 118 10 120 0.02 0.92 0 0.53 298.91 0.85 0.25
Hex 76 A 78 2 5C 0 35 12B 55 19
Octal 166 12 170 2 134 0 65 453 125 31
Binary 1110110 1010 1111000 10 1011100 0 110101 100101011 1010101 11001

Color Harmonies of #760A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760A78

Black with #760A78

Text Example


Text Example

White with #760A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,10,120); }

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

background-color css

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

 a { background-color: rgb(118,10,120); }

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

border-color css

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

 span { border-color: rgb(118,10,120); }

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