Html Css Color HEX #762190 Vivid Violet

📋 copy color: '#762190'

red 118 ◦ green 33 ◦ blue 144

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

Shades of Vivid Violet #762190

Tints of Vivid Violet #762190

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.19%

 BLUE value IS 144 (56.64% from 255) = 48.81%

R = 40%
G = 11.19%
B = 48.81%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#762190 (or 0x762190) is known color: Vivid Violet. HEX triplet: 76, 21 and 90. RGB value is (118,33,144). Sum of RGB (Red+Green+Blue) = 118+33+144=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #762190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762190 is #89DE6F. Grayscale: #464646. Windows color (decimal): -9035376 or 9445750. OLE color: 9445750.

HSL color Cylindrical-coordinate representation of color #762190: hue angle of 285.95º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #762190 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 33 144 -
CMYK 0.18 0.77 0 0.44
HSL 285.95º 0.63% 0.35% -
HSV(B) 285.95º 0.77% 0.56% -
XYZ 13.05 6.95 27.04 -
YUV 71.07 169.16 161.47 -
System Red Green Blue C M Y K H S L
Decimal 118 33 144 0.18 0.77 0 0.44 285.95 0.63 0.35
Hex 76 21 90 12 4D 0 2C 11E 3F 23
Octal 166 41 220 22 115 0 54 436 77 43
Binary 1110110 100001 10010000 10010 1001101 0 101100 100011110 111111 100011

Color Harmonies of #762190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762190

Black with #762190

Text Example


Text Example

White with #762190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762190; }

 p { color: rgb(118,33,144); }

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

background-color css

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

 a { background-color: rgb(118,33,144); }

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

border-color css

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

 span { border-color: rgb(118,33,144); }

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