Html Css Color HEX #762994 Vivid Violet

📋 copy color: '#762994'

red 118 ◦ green 41 ◦ blue 148

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

Shades of Vivid Violet #762994

Tints of Vivid Violet #762994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.21%

R = 38.44%
G = 13.36%
B = 48.21%

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

#762994 (or 0x762994) is known color: Vivid Violet. HEX triplet: 76, 29 and 94. RGB value is (118,41,148). Sum of RGB (Red+Green+Blue) = 118+41+148=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #762994 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762994 is #89D66B. Grayscale: #4B4B4B. Windows color (decimal): -9033324 or 9709942. OLE color: 9709942.

HSL color Cylindrical-coordinate representation of color #762994: hue angle of 283.18º degrees, saturation: 0.57, 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 #762994 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 41 148 -
CMYK 0.20 0.72 0 0.42
HSL 283.18º 0.57% 0.37% -
HSV(B) 283.18º 0.72% 0.58% -
XYZ 13.61 7.58 28.76 -
YUV 76.22 168.51 157.8 -
System Red Green Blue C M Y K H S L
Decimal 118 41 148 0.20 0.72 0 0.42 283.18 0.57 0.37
Hex 76 29 94 14 48 0 2A 11B 39 25
Octal 166 51 224 24 110 0 52 433 71 45
Binary 1110110 101001 10010100 10100 1001000 0 101010 100011011 111001 100101

Color Harmonies of #762994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762994

Black with #762994

Text Example


Text Example

White with #762994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762994; }

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

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

background-color css

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

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

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

border-color css

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

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

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