Html Css Color HEX #760689 Purple

📋 copy color: '#760689'

red 118 ◦ green 6 ◦ blue 137

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

Shades of Purple #760689

Tints of Purple #760689

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.3%

 BLUE value IS 137 (53.91% from 255) = 52.49%

R = 45.21%
G = 2.3%
B = 52.49%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#760689 (or 0x760689) is known color: Purple. HEX triplet: 76, 06 and 89. RGB value is (118,6,137). Sum of RGB (Red+Green+Blue) = 118+6+137=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #760689 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760689 is #89F976. Grayscale: #363636. Windows color (decimal): -9042295 or 8980086. OLE color: 8980086.

HSL color Cylindrical-coordinate representation of color #760689: hue angle of 291.3º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760689 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 6 137 -
CMYK 0.14 0.96 0 0.46
HSL 291.3º 0.92% 0.28% -
HSV(B) 291.3º 0.96% 0.54% -
XYZ 12.05 5.79 24.15 -
YUV 54.42 174.61 173.35 -
System Red Green Blue C M Y K H S L
Decimal 118 6 137 0.14 0.96 0 0.46 291.3 0.92 0.28
Hex 76 6 89 E 60 0 2E 123 5C 1C
Octal 166 6 211 16 140 0 56 443 134 34
Binary 1110110 110 10001001 1110 1100000 0 101110 100100011 1011100 11100

Color Harmonies of #760689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760689

Black with #760689

Text Example


Text Example

White with #760689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760689; }

 p { color: rgb(118,6,137); }

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

background-color css

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

 a { background-color: rgb(118,6,137); }

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

border-color css

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

 span { border-color: rgb(118,6,137); }

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