Html Css Color HEX #760165 Purple

📋 copy color: '#760165'

red 118 ◦ green 1 ◦ blue 101

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

Shades of Purple #760165

Tints of Purple #760165

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 53.64%
G = 0.45%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#760165 (or 0x760165) is known color: Purple. HEX triplet: 76, 01 and 65. RGB value is (118,1,101). Sum of RGB (Red+Green+Blue) = 118+1+101=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #760165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760165 is #89FE9A. Grayscale: #2F2F2F. Windows color (decimal): -9043611 or 6619510. OLE color: 6619510.

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

Color convert

RGB 118 1 101 -
CMYK 0 0.99 0.14 0.54
HSL 308.72º 0.98% 0.23% -
HSV(B) 308.72º 0.99% 0.46% -
XYZ 9.83 4.81 12.72 -
YUV 47.38 158.26 178.37 -
System Red Green Blue C M Y K H S L
Decimal 118 1 101 0 0.99 0.14 0.54 308.72 0.98 0.23
Hex 76 1 65 0 63 E 36 135 62 17
Octal 166 1 145 0 143 16 66 465 142 27
Binary 1110110 1 1100101 0 1100011 1110 110110 100110101 1100010 10111

Color Harmonies of #760165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760165

Black with #760165

Text Example


Text Example

White with #760165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760165; }

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

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

background-color css

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

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

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

border-color css

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

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

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