Html Css Color HEX #763692 Vivid Violet

📋 copy color: '#763692'

red 118 ◦ green 54 ◦ blue 146

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

Shades of Vivid Violet #763692

Tints of Vivid Violet #763692

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.98%

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

R = 37.11%
G = 16.98%
B = 45.91%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#763692 (or 0x763692) is known color: Vivid Violet. HEX triplet: 76, 36 and 92. RGB value is (118,54,146). Sum of RGB (Red+Green+Blue) = 118+54+146=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #763692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763692 is #89C96D. Grayscale: #535353. Windows color (decimal): -9029998 or 9582198. OLE color: 9582198.

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

Color convert

RGB 118 54 146 -
CMYK 0.19 0.63 0 0.43
HSL 281.74º 0.46% 0.39% -
HSV(B) 281.74º 0.63% 0.57% -
XYZ 13.98 8.57 28.11 -
YUV 83.62 163.2 152.52 -
System Red Green Blue C M Y K H S L
Decimal 118 54 146 0.19 0.63 0 0.43 281.74 0.46 0.39
Hex 76 36 92 13 3F 0 2B 11A 2E 27
Octal 166 66 222 23 77 0 53 432 56 47
Binary 1110110 110110 10010010 10011 111111 0 101011 100011010 101110 100111

Color Harmonies of #763692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763692

Black with #763692

Text Example


Text Example

White with #763692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763692; }

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

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

background-color css

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

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

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

border-color css

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

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

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