Html Css Color HEX #760768 Purple

📋 copy color: '#760768'

red 118 ◦ green 7 ◦ blue 104

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

Shades of Purple #760768

Tints of Purple #760768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 45.41%

R = 51.53%
G = 3.06%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#760768 (or 0x760768) is known color: Purple. HEX triplet: 76, 07 and 68. RGB value is (118,7,104). Sum of RGB (Red+Green+Blue) = 118+7+104=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #760768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760768 is #89F897. Grayscale: #323232. Windows color (decimal): -9042072 or 6817654. OLE color: 6817654.

HSL color Cylindrical-coordinate representation of color #760768: hue angle of 307.57º 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 #760768 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 7 104 -
CMYK 0 0.94 0.12 0.54
HSL 307.57º 0.89% 0.25% -
HSV(B) 307.57º 0.94% 0.46% -
XYZ 10.05 5 13.53 -
YUV 51.25 157.77 175.61 -
System Red Green Blue C M Y K H S L
Decimal 118 7 104 0 0.94 0.12 0.54 307.57 0.89 0.25
Hex 76 7 68 0 5E C 36 134 59 19
Octal 166 7 150 0 136 14 66 464 131 31
Binary 1110110 111 1101000 0 1011110 1100 110110 100110100 1011001 11001

Color Harmonies of #760768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760768

Black with #760768

Text Example


Text Example

White with #760768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760768; }

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

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

background-color css

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

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

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

border-color css

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

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

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