Html Css Color HEX #760765 Purple

📋 copy color: '#760765'

red 118 ◦ green 7 ◦ blue 101

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

Shades of Purple #760765

Tints of Purple #760765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 44.69%

R = 52.21%
G = 3.1%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#760765 (or 0x760765) is known color: Purple. HEX triplet: 76, 07 and 65. RGB value is (118,7,101). Sum of RGB (Red+Green+Blue) = 118+7+101=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #760765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760765 is #89F89A. Grayscale: #323232. Windows color (decimal): -9042075 or 6621046. OLE color: 6621046.

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

Color convert

RGB 118 7 101 -
CMYK 0 0.94 0.14 0.54
HSL 309.19º 0.89% 0.25% -
HSV(B) 309.19º 0.94% 0.46% -
XYZ 9.9 4.94 12.74 -
YUV 50.91 156.27 175.86 -
System Red Green Blue C M Y K H S L
Decimal 118 7 101 0 0.94 0.14 0.54 309.19 0.89 0.25
Hex 76 7 65 0 5E E 36 135 59 19
Octal 166 7 145 0 136 16 66 465 131 31
Binary 1110110 111 1100101 0 1011110 1110 110110 100110101 1011001 11001

Color Harmonies of #760765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760765

Black with #760765

Text Example


Text Example

White with #760765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760765; }

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

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

background-color css

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

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

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

border-color css

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

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

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