Html Css Color HEX #763492 Vivid Violet

📋 copy color: '#763492'

red 118 ◦ green 52 ◦ blue 146

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

Shades of Vivid Violet #763492

Tints of Vivid Violet #763492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.46%

 BLUE value IS 146 (57.42% from 255) = 46.2%

R = 37.34%
G = 16.46%
B = 46.2%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#763492 (or 0x763492) is known color: Vivid Violet. HEX triplet: 76, 34 and 92. RGB value is (118,52,146). Sum of RGB (Red+Green+Blue) = 118+52+146=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #763492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763492 is #89CB6D. Grayscale: #525252. Windows color (decimal): -9030510 or 9581686. OLE color: 9581686.

HSL color Cylindrical-coordinate representation of color #763492: hue angle of 282.13º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #763492 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 52 146 -
CMYK 0.19 0.64 0 0.43
HSL 282.13º 0.47% 0.39% -
HSV(B) 282.13º 0.64% 0.57% -
XYZ 13.89 8.38 28.08 -
YUV 82.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 118 52 146 0.19 0.64 0 0.43 282.13 0.47 0.39
Hex 76 34 92 13 40 0 2B 11A 2F 27
Octal 166 64 222 23 100 0 53 432 57 47
Binary 1110110 110100 10010010 10011 1000000 0 101011 100011010 101111 100111

Color Harmonies of #763492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763492

Black with #763492

Text Example


Text Example

White with #763492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763492; }

 p { color: rgb(118,52,146); }

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

background-color css

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

 a { background-color: rgb(118,52,146); }

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

border-color css

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

 span { border-color: rgb(118,52,146); }

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