Html Css Color HEX #763093 Vivid Violet

📋 copy color: '#763093'

red 118 ◦ green 48 ◦ blue 147

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

Shades of Vivid Violet #763093

Tints of Vivid Violet #763093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.96%

R = 37.7%
G = 15.34%
B = 46.96%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#763093 (or 0x763093) is known color: Vivid Violet. HEX triplet: 76, 30 and 93. RGB value is (118,48,147). Sum of RGB (Red+Green+Blue) = 118+48+147=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #763093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763093 is #89CF6C. Grayscale: #4F4F4F. Windows color (decimal): -9031533 or 9646198. OLE color: 9646198.

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

Color convert

RGB 118 48 147 -
CMYK 0.20 0.67 0 0.42
HSL 282.42º 0.51% 0.38% -
HSV(B) 282.42º 0.67% 0.58% -
XYZ 13.79 8.07 28.43 -
YUV 80.22 165.69 154.95 -
System Red Green Blue C M Y K H S L
Decimal 118 48 147 0.20 0.67 0 0.42 282.42 0.51 0.38
Hex 76 30 93 14 43 0 2A 11A 33 26
Octal 166 60 223 24 103 0 52 432 63 46
Binary 1110110 110000 10010011 10100 1000011 0 101010 100011010 110011 100110

Color Harmonies of #763093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763093

Black with #763093

Text Example


Text Example

White with #763093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763093; }

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

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

background-color css

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

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

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

border-color css

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

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

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