Html Css Color HEX #762391 Vivid Violet

📋 copy color: '#762391'

red 118 ◦ green 35 ◦ blue 145

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

Shades of Vivid Violet #762391

Tints of Vivid Violet #762391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.74%

 BLUE value IS 145 (57.03% from 255) = 48.66%

R = 39.6%
G = 11.74%
B = 48.66%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#762391 (or 0x762391) is known color: Vivid Violet. HEX triplet: 76, 23 and 91. RGB value is (118,35,145). Sum of RGB (Red+Green+Blue) = 118+35+145=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #762391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762391 is #89DC6E. Grayscale: #484848. Windows color (decimal): -9034863 or 9511798. OLE color: 9511798.

HSL color Cylindrical-coordinate representation of color #762391: hue angle of 285.27º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #762391 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 35 145 -
CMYK 0.19 0.76 0 0.43
HSL 285.27º 0.61% 0.35% -
HSV(B) 285.27º 0.76% 0.57% -
XYZ 13.18 7.1 27.46 -
YUV 72.36 169 160.56 -
System Red Green Blue C M Y K H S L
Decimal 118 35 145 0.19 0.76 0 0.43 285.27 0.61 0.35
Hex 76 23 91 13 4C 0 2B 11D 3D 23
Octal 166 43 221 23 114 0 53 435 75 43
Binary 1110110 100011 10010001 10011 1001100 0 101011 100011101 111101 100011

Color Harmonies of #762391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762391

Black with #762391

Text Example


Text Example

White with #762391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762391; }

 p { color: rgb(118,35,145); }

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

background-color css

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

 a { background-color: rgb(118,35,145); }

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

border-color css

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

 span { border-color: rgb(118,35,145); }

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