Html Css Color HEX #762098 Vivid Violet

📋 copy color: '#762098'

red 118 ◦ green 32 ◦ blue 152

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

Shades of Vivid Violet #762098

Tints of Vivid Violet #762098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.6%

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

R = 39.07%
G = 10.6%
B = 50.33%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#762098 (or 0x762098) is known color: Vivid Violet. HEX triplet: 76, 20 and 98. RGB value is (118,32,152). Sum of RGB (Red+Green+Blue) = 118+32+152=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #762098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762098 is #89DF67. Grayscale: #474747. Windows color (decimal): -9035624 or 9969782. OLE color: 9969782.

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

Color convert

RGB 118 32 152 -
CMYK 0.22 0.79 0 0.40
HSL 283º 0.65% 0.36% -
HSV(B) 283º 0.79% 0.6% -
XYZ 13.66 7.15 30.37 -
YUV 71.39 173.49 161.24 -
System Red Green Blue C M Y K H S L
Decimal 118 32 152 0.22 0.79 0 0.40 283 0.65 0.36
Hex 76 20 98 16 4F 0 28 11B 41 24
Octal 166 40 230 26 117 0 50 433 101 44
Binary 1110110 100000 10011000 10110 1001111 0 101000 100011011 1000001 100100

Color Harmonies of #762098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762098

Black with #762098

Text Example


Text Example

White with #762098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762098; }

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

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

background-color css

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

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

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

border-color css

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

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

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