Html Css Color HEX #763898 Vivid Violet

📋 copy color: '#763898'

red 118 ◦ green 56 ◦ blue 152

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

Shades of Vivid Violet #763898

Tints of Vivid Violet #763898

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.18%

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

R = 36.2%
G = 17.18%
B = 46.63%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#763898 (or 0x763898) is known color: Vivid Violet. HEX triplet: 76, 38 and 98. RGB value is (118,56,152). Sum of RGB (Red+Green+Blue) = 118+56+152=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #763898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763898 is #89C767. Grayscale: #555555. Windows color (decimal): -9029480 or 9975926. OLE color: 9975926.

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

Color convert

RGB 118 56 152 -
CMYK 0.22 0.63 0 0.40
HSL 278.75º 0.46% 0.41% -
HSV(B) 278.75º 0.63% 0.6% -
XYZ 14.55 8.95 30.67 -
YUV 85.48 165.54 151.19 -
System Red Green Blue C M Y K H S L
Decimal 118 56 152 0.22 0.63 0 0.40 278.75 0.46 0.41
Hex 76 38 98 16 3F 0 28 117 2E 29
Octal 166 70 230 26 77 0 50 427 56 51
Binary 1110110 111000 10011000 10110 111111 0 101000 100010111 101110 101001

Color Harmonies of #763898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763898

Black with #763898

Text Example


Text Example

White with #763898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763898; }

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

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

background-color css

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

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

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

border-color css

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

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

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