Html Css Color HEX #760178 Purple

📋 copy color: '#760178'

red 118 ◦ green 1 ◦ blue 120

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

Shades of Purple #760178

Tints of Purple #760178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 49.37%
G = 0.42%
B = 50.21%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#760178 (or 0x760178) is known color: Purple. HEX triplet: 76, 01 and 78. RGB value is (118,1,120). Sum of RGB (Red+Green+Blue) = 118+1+120=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #760178 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760178 is #89FE87. Grayscale: #313131. Windows color (decimal): -9043592 or 7864694. OLE color: 7864694.

HSL color Cylindrical-coordinate representation of color #760178: hue angle of 298.99º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760178 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 1 120 -
CMYK 0.02 0.99 0 0.53
HSL 298.99º 0.98% 0.24% -
HSV(B) 298.99º 0.99% 0.47% -
XYZ 10.87 5.23 18.21 -
YUV 49.55 167.76 176.82 -
System Red Green Blue C M Y K H S L
Decimal 118 1 120 0.02 0.99 0 0.53 298.99 0.98 0.24
Hex 76 1 78 2 63 0 35 12B 62 18
Octal 166 1 170 2 143 0 65 453 142 30
Binary 1110110 1 1111000 10 1100011 0 110101 100101011 1100010 11000

Color Harmonies of #760178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760178

Black with #760178

Text Example


Text Example

White with #760178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760178; }

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

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

background-color css

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

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

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

border-color css

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

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

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