Html Css Color HEX #760062 Purple

📋 copy color: '#760062'

red 118 ◦ green 0 ◦ blue 98

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

Shades of Purple #760062

Tints of Purple #760062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 45.37%

R = 54.63%
G = 0%
B = 45.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#760062 (or 0x760062) is known color: Purple. HEX triplet: 76, 00 and 62. RGB value is (118,0,98). Sum of RGB (Red+Green+Blue) = 118+0+98=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #760062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760062 is #89FF9D. Grayscale: #2E2E2E. Windows color (decimal): -9043870 or 6422646. OLE color: 6422646.

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

Color convert

RGB 118 0 98 -
CMYK 0 1 0.17 0.54
HSL 310.17º 1% 0.23% -
HSV(B) 310.17º 1% 0.46% -
XYZ 9.68 4.73 11.96 -
YUV 46.45 157.09 179.03 -
System Red Green Blue C M Y K H S L
Decimal 118 0 98 0 1 0.17 0.54 310.17 1 0.23
Hex 76 0 62 0 64 11 36 136 64 17
Octal 166 0 142 0 144 21 66 466 144 27
Binary 1110110 0 1100010 0 1100100 10001 110110 100110110 1100100 10111

Color Harmonies of #760062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760062

Black with #760062

Text Example


Text Example

White with #760062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760062; }

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

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

background-color css

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

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

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

border-color css

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

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

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