Html Css Color HEX #760260 Purple

📋 copy color: '#760260'

red 118 ◦ green 2 ◦ blue 96

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

Shades of Purple #760260

Tints of Purple #760260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 44.44%

R = 54.63%
G = 0.93%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#760260 (or 0x760260) is known color: Purple. HEX triplet: 76, 02 and 60. RGB value is (118,2,96). Sum of RGB (Red+Green+Blue) = 118+2+96=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #760260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760260 is #89FD9F. Grayscale: #2F2F2F. Windows color (decimal): -9043360 or 6292086. OLE color: 6292086.

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

Color convert

RGB 118 2 96 -
CMYK 0 0.98 0.19 0.54
HSL 311.38º 0.97% 0.24% -
HSV(B) 311.38º 0.98% 0.46% -
XYZ 9.6 4.74 11.47 -
YUV 47.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 118 2 96 0 0.98 0.19 0.54 311.38 0.97 0.24
Hex 76 2 60 0 62 13 36 137 61 18
Octal 166 2 140 0 142 23 66 467 141 30
Binary 1110110 10 1100000 0 1100010 10011 110110 100110111 1100001 11000

Color Harmonies of #760260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760260

Black with #760260

Text Example


Text Example

White with #760260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760260; }

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

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

background-color css

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

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

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

border-color css

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

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

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