Html Css Color HEX #762988 Vivid Violet

📋 copy color: '#762988'

red 118 ◦ green 41 ◦ blue 136

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

Shades of Vivid Violet #762988

Tints of Vivid Violet #762988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.9%

 BLUE value IS 136 (53.52% from 255) = 46.1%

R = 40%
G = 13.9%
B = 46.1%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#762988 (or 0x762988) is known color: Vivid Violet. HEX triplet: 76, 29 and 88. RGB value is (118,41,136). Sum of RGB (Red+Green+Blue) = 118+41+136=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #762988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762988 is #89D677. Grayscale: #4A4A4A. Windows color (decimal): -9033336 or 8923510. OLE color: 8923510.

HSL color Cylindrical-coordinate representation of color #762988: hue angle of 288.63º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #762988 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 41 136 -
CMYK 0.13 0.70 0 0.47
HSL 288.63º 0.54% 0.35% -
HSV(B) 288.63º 0.7% 0.53% -
XYZ 12.71 7.22 24.02 -
YUV 74.85 162.51 158.78 -
System Red Green Blue C M Y K H S L
Decimal 118 41 136 0.13 0.70 0 0.47 288.63 0.54 0.35
Hex 76 29 88 D 46 0 2F 121 36 23
Octal 166 51 210 15 106 0 57 441 66 43
Binary 1110110 101001 10001000 1101 1000110 0 101111 100100001 110110 100011

Color Harmonies of #762988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762988

Black with #762988

Text Example


Text Example

White with #762988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762988; }

 p { color: rgb(118,41,136); }

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

background-color css

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

 a { background-color: rgb(118,41,136); }

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

border-color css

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

 span { border-color: rgb(118,41,136); }

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