Html Css Color HEX #762694 Vivid Violet

📋 copy color: '#762694'

red 118 ◦ green 38 ◦ blue 148

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

Shades of Vivid Violet #762694

Tints of Vivid Violet #762694

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.5%

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

R = 38.82%
G = 12.5%
B = 48.68%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#762694 (or 0x762694) is known color: Vivid Violet. HEX triplet: 76, 26 and 94. RGB value is (118,38,148). Sum of RGB (Red+Green+Blue) = 118+38+148=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #762694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762694 is #89D96B. Grayscale: #4A4A4A. Windows color (decimal): -9034092 or 9709174. OLE color: 9709174.

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

Color convert

RGB 118 38 148 -
CMYK 0.20 0.74 0 0.42
HSL 283.64º 0.59% 0.36% -
HSV(B) 283.64º 0.74% 0.58% -
XYZ 13.51 7.38 28.73 -
YUV 74.46 169.5 159.06 -
System Red Green Blue C M Y K H S L
Decimal 118 38 148 0.20 0.74 0 0.42 283.64 0.59 0.36
Hex 76 26 94 14 4A 0 2A 11C 3B 24
Octal 166 46 224 24 112 0 52 434 73 44
Binary 1110110 100110 10010100 10100 1001010 0 101010 100011100 111011 100100

Color Harmonies of #762694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762694

Black with #762694

Text Example


Text Example

White with #762694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762694; }

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

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

background-color css

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

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

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

border-color css

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

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

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