Html Css Color HEX #760C78 Purple

📋 copy color: '#760C78'

red 118 ◦ green 12 ◦ blue 120

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

Shades of Purple #760C78

Tints of Purple #760C78

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.8%

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

R = 47.2%
G = 4.8%
B = 48%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#760C78 (or 0x760C78) is known color: Purple. HEX triplet: 76, 0C and 78. RGB value is (118,12,120). Sum of RGB (Red+Green+Blue) = 118+12+120=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #760C78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C78 is #89F387. Grayscale: #373737. Windows color (decimal): -9040776 or 7867510. OLE color: 7867510.

HSL color Cylindrical-coordinate representation of color #760C78: hue angle of 298.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C78 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 12 120 -
CMYK 0.02 0.90 0 0.53
HSL 298.89º 0.82% 0.26% -
HSV(B) 298.89º 0.9% 0.47% -
XYZ 10.99 5.47 18.25 -
YUV 56.01 164.12 172.22 -
System Red Green Blue C M Y K H S L
Decimal 118 12 120 0.02 0.90 0 0.53 298.89 0.82 0.26
Hex 76 C 78 2 5A 0 35 12B 52 1A
Octal 166 14 170 2 132 0 65 453 122 32
Binary 1110110 1100 1111000 10 1011010 0 110101 100101011 1010010 11010

Color Harmonies of #760C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C78

Black with #760C78

Text Example


Text Example

White with #760C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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