Html Css Color HEX #763D92 Vivid Violet

📋 copy color: '#763D92'

red 118 ◦ green 61 ◦ blue 146

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

Shades of Vivid Violet #763D92

Tints of Vivid Violet #763D92

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.77%

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

R = 36.31%
G = 18.77%
B = 44.92%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#763D92 (or 0x763D92) is known color: Vivid Violet. HEX triplet: 76, 3D and 92. RGB value is (118,61,146). Sum of RGB (Red+Green+Blue) = 118+61+146=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #763D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763D92 is #89C26D. Grayscale: #575757. Windows color (decimal): -9028206 or 9583990. OLE color: 9583990.

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

Color convert

RGB 118 61 146 -
CMYK 0.19 0.58 0 0.43
HSL 280.24º 0.41% 0.41% -
HSV(B) 280.24º 0.58% 0.57% -
XYZ 14.33 9.26 28.23 -
YUV 87.73 160.88 149.59 -
System Red Green Blue C M Y K H S L
Decimal 118 61 146 0.19 0.58 0 0.43 280.24 0.41 0.41
Hex 76 3D 92 13 3A 0 2B 118 29 29
Octal 166 75 222 23 72 0 53 430 51 51
Binary 1110110 111101 10010010 10011 111010 0 101011 100011000 101001 101001

Color Harmonies of #763D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D92

Black with #763D92

Text Example


Text Example

White with #763D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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