Html Css Color HEX #760278 Purple

📋 copy color: '#760278'

red 118 ◦ green 2 ◦ blue 120

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

Shades of Purple #760278

Tints of Purple #760278

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 49.17%
G = 0.83%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#760278 (or 0x760278) is known color: Purple. HEX triplet: 76, 02 and 78. RGB value is (118,2,120). Sum of RGB (Red+Green+Blue) = 118+2+120=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #760278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760278 is #89FD87. Grayscale: #313131. Windows color (decimal): -9043336 or 7864950. OLE color: 7864950.

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

Color convert

RGB 118 2 120 -
CMYK 0.02 0.98 0 0.53
HSL 298.98º 0.97% 0.24% -
HSV(B) 298.98º 0.98% 0.47% -
XYZ 10.88 5.25 18.21 -
YUV 50.14 167.43 176.41 -
System Red Green Blue C M Y K H S L
Decimal 118 2 120 0.02 0.98 0 0.53 298.98 0.97 0.24
Hex 76 2 78 2 62 0 35 12B 61 18
Octal 166 2 170 2 142 0 65 453 141 30
Binary 1110110 10 1111000 10 1100010 0 110101 100101011 1100001 11000

Color Harmonies of #760278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760278

Black with #760278

Text Example


Text Example

White with #760278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760278; }

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

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

background-color css

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

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

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

border-color css

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

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

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