Html Css Color HEX #760562 Purple

📋 copy color: '#760562'

red 118 ◦ green 5 ◦ blue 98

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

Shades of Purple #760562

Tints of Purple #760562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.26%

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

R = 53.39%
G = 2.26%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#760562 (or 0x760562) is known color: Purple. HEX triplet: 76, 05 and 62. RGB value is (118,5,98). Sum of RGB (Red+Green+Blue) = 118+5+98=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #760562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760562 is #89FA9D. Grayscale: #313131. Windows color (decimal): -9042590 or 6423926. OLE color: 6423926.

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

Color convert

RGB 118 5 98 -
CMYK 0 0.96 0.17 0.54
HSL 310.62º 0.92% 0.24% -
HSV(B) 310.62º 0.96% 0.46% -
XYZ 9.73 4.84 11.98 -
YUV 49.39 155.44 176.94 -
System Red Green Blue C M Y K H S L
Decimal 118 5 98 0 0.96 0.17 0.54 310.62 0.92 0.24
Hex 76 5 62 0 60 11 36 137 5C 18
Octal 166 5 142 0 140 21 66 467 134 30
Binary 1110110 101 1100010 0 1100000 10001 110110 100110111 1011100 11000

Color Harmonies of #760562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760562

Black with #760562

Text Example


Text Example

White with #760562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760562; }

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

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

background-color css

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

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

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

border-color css

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

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

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