Html Css Color HEX #760774 Purple

📋 copy color: '#760774'

red 118 ◦ green 7 ◦ blue 116

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

Shades of Purple #760774

Tints of Purple #760774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.9%

 BLUE value IS 116 (45.7% from 255) = 48.13%

R = 48.96%
G = 2.9%
B = 48.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#760774 (or 0x760774) is known color: Purple. HEX triplet: 76, 07 and 74. RGB value is (118,7,116). Sum of RGB (Red+Green+Blue) = 118+7+116=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #760774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760774 is #89F88B. Grayscale: #343434. Windows color (decimal): -9042060 or 7604086. OLE color: 7604086.

HSL color Cylindrical-coordinate representation of color #760774: hue angle of 301.08º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760774 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 7 116 -
CMYK 0 0.94 0.02 0.54
HSL 301.08º 0.89% 0.25% -
HSV(B) 301.08º 0.94% 0.46% -
XYZ 10.7 5.26 16.98 -
YUV 52.62 163.77 174.64 -
System Red Green Blue C M Y K H S L
Decimal 118 7 116 0 0.94 0.02 0.54 301.08 0.89 0.25
Hex 76 7 74 0 5E 2 36 12D 59 19
Octal 166 7 164 0 136 2 66 455 131 31
Binary 1110110 111 1110100 0 1011110 10 110110 100101101 1011001 11001

Color Harmonies of #760774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760774

Black with #760774

Text Example


Text Example

White with #760774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760774; }

 p { color: rgb(118,7,116); }

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

background-color css

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

 a { background-color: rgb(118,7,116); }

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

border-color css

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

 span { border-color: rgb(118,7,116); }

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