Html Css Color HEX #762896 Vivid Violet

📋 copy color: '#762896'

red 118 ◦ green 40 ◦ blue 150

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

Shades of Vivid Violet #762896

Tints of Vivid Violet #762896

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.99%

 BLUE value IS 150 (58.98% from 255) = 48.7%

R = 38.31%
G = 12.99%
B = 48.7%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#762896 (or 0x762896) is known color: Vivid Violet. HEX triplet: 76, 28 and 96. RGB value is (118,40,150). Sum of RGB (Red+Green+Blue) = 118+40+150=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #762896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762896 is #89D769. Grayscale: #4B4B4B. Windows color (decimal): -9033578 or 9840758. OLE color: 9840758.

HSL color Cylindrical-coordinate representation of color #762896: hue angle of 282.55º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762896 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 40 150 -
CMYK 0.21 0.73 0 0.41
HSL 282.55º 0.58% 0.37% -
HSV(B) 282.55º 0.73% 0.59% -
XYZ 13.74 7.57 29.59 -
YUV 75.86 169.84 158.06 -
System Red Green Blue C M Y K H S L
Decimal 118 40 150 0.21 0.73 0 0.41 282.55 0.58 0.37
Hex 76 28 96 15 49 0 29 11B 3A 25
Octal 166 50 226 25 111 0 51 433 72 45
Binary 1110110 101000 10010110 10101 1001001 0 101001 100011011 111010 100101

Color Harmonies of #762896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762896

Black with #762896

Text Example


Text Example

White with #762896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762896; }

 p { color: rgb(118,40,150); }

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

background-color css

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

 a { background-color: rgb(118,40,150); }

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

border-color css

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

 span { border-color: rgb(118,40,150); }

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