Html Css Color HEX #763398 Vivid Violet

📋 copy color: '#763398'

red 118 ◦ green 51 ◦ blue 152

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

Shades of Vivid Violet #763398

Tints of Vivid Violet #763398

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.89%

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

R = 36.76%
G = 15.89%
B = 47.35%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#763398 (or 0x763398) is known color: Vivid Violet. HEX triplet: 76, 33 and 98. RGB value is (118,51,152). Sum of RGB (Red+Green+Blue) = 118+51+152=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #763398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763398 is #89CC67. Grayscale: #525252. Windows color (decimal): -9030760 or 9974646. OLE color: 9974646.

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

Color convert

RGB 118 51 152 -
CMYK 0.22 0.66 0 0.40
HSL 279.8º 0.5% 0.4% -
HSV(B) 279.8º 0.66% 0.6% -
XYZ 14.32 8.49 30.59 -
YUV 82.55 167.2 153.29 -
System Red Green Blue C M Y K H S L
Decimal 118 51 152 0.22 0.66 0 0.40 279.8 0.5 0.4
Hex 76 33 98 16 42 0 28 118 32 28
Octal 166 63 230 26 102 0 50 430 62 50
Binary 1110110 110011 10011000 10110 1000010 0 101000 100011000 110010 101000

Color Harmonies of #763398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763398

Black with #763398

Text Example


Text Example

White with #763398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763398; }

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

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

background-color css

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

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

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

border-color css

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

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

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