Html Css Color HEX #762993 Vivid Violet

📋 copy color: '#762993'

red 118 ◦ green 41 ◦ blue 147

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

Shades of Vivid Violet #762993

Tints of Vivid Violet #762993

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.4%

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

R = 38.56%
G = 13.4%
B = 48.04%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#762993 (or 0x762993) is known color: Vivid Violet. HEX triplet: 76, 29 and 93. RGB value is (118,41,147). Sum of RGB (Red+Green+Blue) = 118+41+147=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #762993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762993 is #89D66C. Grayscale: #4B4B4B. Windows color (decimal): -9033325 or 9644406. OLE color: 9644406.

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

Color convert

RGB 118 41 147 -
CMYK 0.20 0.72 0 0.42
HSL 283.58º 0.56% 0.37% -
HSV(B) 283.58º 0.72% 0.58% -
XYZ 13.53 7.54 28.35 -
YUV 76.11 168.01 157.88 -
System Red Green Blue C M Y K H S L
Decimal 118 41 147 0.20 0.72 0 0.42 283.58 0.56 0.37
Hex 76 29 93 14 48 0 2A 11C 38 25
Octal 166 51 223 24 110 0 52 434 70 45
Binary 1110110 101001 10010011 10100 1001000 0 101010 100011100 111000 100101

Color Harmonies of #762993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762993

Black with #762993

Text Example


Text Example

White with #762993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762993; }

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

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

background-color css

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

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

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

border-color css

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

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

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