Html Css Color HEX #760065 Purple

📋 copy color: '#760065'

red 118 ◦ green 0 ◦ blue 101

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

Shades of Purple #760065

Tints of Purple #760065

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.88%
G = 0%
B = 46.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#760065 (or 0x760065) is known color: Purple. HEX triplet: 76, 00 and 65. RGB value is (118,0,101). Sum of RGB (Red+Green+Blue) = 118+0+101=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #760065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760065 is #89FF9A. Grayscale: #2E2E2E. Windows color (decimal): -9043867 or 6619254. OLE color: 6619254.

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

Color convert

RGB 118 0 101 -
CMYK 0 1 0.14 0.54
HSL 308.64º 1% 0.23% -
HSV(B) 308.64º 1% 0.46% -
XYZ 9.82 4.79 12.72 -
YUV 46.8 158.59 178.79 -
System Red Green Blue C M Y K H S L
Decimal 118 0 101 0 1 0.14 0.54 308.64 1 0.23
Hex 76 0 65 0 64 E 36 135 64 17
Octal 166 0 145 0 144 16 66 465 144 27
Binary 1110110 0 1100101 0 1100100 1110 110110 100110101 1100100 10111

Color Harmonies of #760065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760065

Black with #760065

Text Example


Text Example

White with #760065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760065; }

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

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

background-color css

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

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

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

border-color css

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

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

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