Html Css Color HEX #761898 Vivid Violet

📋 copy color: '#761898'

red 118 ◦ green 24 ◦ blue 152

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

Shades of Vivid Violet #761898

Tints of Vivid Violet #761898

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.16%

 BLUE value IS 152 (59.77% from 255) = 51.7%

R = 40.14%
G = 8.16%
B = 51.7%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#761898 (or 0x761898) is known color: Vivid Violet. HEX triplet: 76, 18 and 98. RGB value is (118,24,152). Sum of RGB (Red+Green+Blue) = 118+24+152=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #761898 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761898 is #89E767. Grayscale: #424242. Windows color (decimal): -9037672 or 9967734. OLE color: 9967734.

HSL color Cylindrical-coordinate representation of color #761898: hue angle of 284.06º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761898 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 24 152 -
CMYK 0.22 0.84 0 0.40
HSL 284.06º 0.73% 0.35% -
HSV(B) 284.06º 0.84% 0.6% -
XYZ 13.47 6.77 30.3 -
YUV 66.7 176.14 164.59 -
System Red Green Blue C M Y K H S L
Decimal 118 24 152 0.22 0.84 0 0.40 284.06 0.73 0.35
Hex 76 18 98 16 54 0 28 11C 49 23
Octal 166 30 230 26 124 0 50 434 111 43
Binary 1110110 11000 10011000 10110 1010100 0 101000 100011100 1001001 100011

Color Harmonies of #761898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761898

Black with #761898

Text Example


Text Example

White with #761898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761898; }

 p { color: rgb(118,24,152); }

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

background-color css

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

 a { background-color: rgb(118,24,152); }

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

border-color css

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

 span { border-color: rgb(118,24,152); }

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