Html Css Color HEX #760266 Purple

📋 copy color: '#760266'

red 118 ◦ green 2 ◦ blue 102

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

Shades of Purple #760266

Tints of Purple #760266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

 BLUE value IS 102 (40.23% from 255) = 45.95%

R = 53.15%
G = 0.9%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#760266 (or 0x760266) is known color: Purple. HEX triplet: 76, 02 and 66. RGB value is (118,2,102). Sum of RGB (Red+Green+Blue) = 118+2+102=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #760266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760266 is #89FD99. Grayscale: #2F2F2F. Windows color (decimal): -9043354 or 6685302. OLE color: 6685302.

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

Color convert

RGB 118 2 102 -
CMYK 0 0.98 0.14 0.54
HSL 308.28º 0.97% 0.24% -
HSV(B) 308.28º 0.98% 0.46% -
XYZ 9.89 4.85 12.99 -
YUV 48.08 158.43 177.87 -
System Red Green Blue C M Y K H S L
Decimal 118 2 102 0 0.98 0.14 0.54 308.28 0.97 0.24
Hex 76 2 66 0 62 E 36 134 61 18
Octal 166 2 146 0 142 16 66 464 141 30
Binary 1110110 10 1100110 0 1100010 1110 110110 100110100 1100001 11000

Color Harmonies of #760266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760266

Black with #760266

Text Example


Text Example

White with #760266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760266; }

 p { color: rgb(118,2,102); }

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

background-color css

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

 a { background-color: rgb(118,2,102); }

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

border-color css

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

 span { border-color: rgb(118,2,102); }

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