Html Css Color HEX #763092 Vivid Violet

📋 copy color: '#763092'

red 118 ◦ green 48 ◦ blue 146

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

Shades of Vivid Violet #763092

Tints of Vivid Violet #763092

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.38%

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

R = 37.82%
G = 15.38%
B = 46.79%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#763092 (or 0x763092) is known color: Vivid Violet. HEX triplet: 76, 30 and 92. RGB value is (118,48,146). Sum of RGB (Red+Green+Blue) = 118+48+146=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #763092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763092 is #89CF6D. Grayscale: #4F4F4F. Windows color (decimal): -9031534 or 9580662. OLE color: 9580662.

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

Color convert

RGB 118 48 146 -
CMYK 0.19 0.67 0 0.43
HSL 282.86º 0.51% 0.38% -
HSV(B) 282.86º 0.67% 0.57% -
XYZ 13.72 8.04 28.02 -
YUV 80.1 165.19 155.03 -
System Red Green Blue C M Y K H S L
Decimal 118 48 146 0.19 0.67 0 0.43 282.86 0.51 0.38
Hex 76 30 92 13 43 0 2B 11B 33 26
Octal 166 60 222 23 103 0 53 433 63 46
Binary 1110110 110000 10010010 10011 1000011 0 101011 100011011 110011 100110

Color Harmonies of #763092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763092

Black with #763092

Text Example


Text Example

White with #763092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763092; }

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

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

background-color css

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

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

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

border-color css

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

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

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