Html Css Color HEX #760665 Purple

📋 copy color: '#760665'

red 118 ◦ green 6 ◦ blue 101

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

Shades of Purple #760665

Tints of Purple #760665

RGB

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

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

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

R = 52.44%
G = 2.67%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#760665 (or 0x760665) is known color: Purple. HEX triplet: 76, 06 and 65. RGB value is (118,6,101). Sum of RGB (Red+Green+Blue) = 118+6+101=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #760665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760665 is #89F99A. Grayscale: #323232. Windows color (decimal): -9042331 or 6620790. OLE color: 6620790.

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

Color convert

RGB 118 6 101 -
CMYK 0 0.95 0.14 0.54
HSL 309.11º 0.9% 0.24% -
HSV(B) 309.11º 0.95% 0.46% -
XYZ 9.89 4.92 12.74 -
YUV 50.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 118 6 101 0 0.95 0.14 0.54 309.11 0.9 0.24
Hex 76 6 65 0 5F E 36 135 5A 18
Octal 166 6 145 0 137 16 66 465 132 30
Binary 1110110 110 1100101 0 1011111 1110 110110 100110101 1011010 11000

Color Harmonies of #760665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760665

Black with #760665

Text Example


Text Example

White with #760665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760665; }

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

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

background-color css

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

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

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

border-color css

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

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

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