Html Css Color HEX #762898 Vivid Violet

📋 copy color: '#762898'

red 118 ◦ green 40 ◦ blue 152

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

Shades of Vivid Violet #762898

Tints of Vivid Violet #762898

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.9%

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

R = 38.06%
G = 12.9%
B = 49.03%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#762898 (or 0x762898) is known color: Vivid Violet. HEX triplet: 76, 28 and 98. RGB value is (118,40,152). Sum of RGB (Red+Green+Blue) = 118+40+152=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #762898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762898 is #89D767. Grayscale: #4B4B4B. Windows color (decimal): -9033576 or 9971830. OLE color: 9971830.

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

Color convert

RGB 118 40 152 -
CMYK 0.22 0.74 0 0.40
HSL 281.79º 0.58% 0.38% -
HSV(B) 281.79º 0.74% 0.6% -
XYZ 13.9 7.64 30.45 -
YUV 76.09 170.84 157.89 -
System Red Green Blue C M Y K H S L
Decimal 118 40 152 0.22 0.74 0 0.40 281.79 0.58 0.38
Hex 76 28 98 16 4A 0 28 11A 3A 26
Octal 166 50 230 26 112 0 50 432 72 46
Binary 1110110 101000 10011000 10110 1001010 0 101000 100011010 111010 100110

Color Harmonies of #762898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762898

Black with #762898

Text Example


Text Example

White with #762898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762898; }

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

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

background-color css

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

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

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

border-color css

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

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

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