Html Css Color HEX #762290 Vivid Violet

📋 copy color: '#762290'

red 118 ◦ green 34 ◦ blue 144

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

Shades of Vivid Violet #762290

Tints of Vivid Violet #762290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.49%

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

R = 39.86%
G = 11.49%
B = 48.65%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#762290 (or 0x762290) is known color: Vivid Violet. HEX triplet: 76, 22 and 90. RGB value is (118,34,144). Sum of RGB (Red+Green+Blue) = 118+34+144=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #762290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762290 is #89DD6F. Grayscale: #474747. Windows color (decimal): -9035120 or 9446006. OLE color: 9446006.

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

Color convert

RGB 118 34 144 -
CMYK 0.18 0.76 0 0.44
HSL 285.82º 0.62% 0.35% -
HSV(B) 285.82º 0.76% 0.56% -
XYZ 13.08 7.01 27.05 -
YUV 71.66 168.83 161.06 -
System Red Green Blue C M Y K H S L
Decimal 118 34 144 0.18 0.76 0 0.44 285.82 0.62 0.35
Hex 76 22 90 12 4C 0 2C 11E 3E 23
Octal 166 42 220 22 114 0 54 436 76 43
Binary 1110110 100010 10010000 10010 1001100 0 101100 100011110 111110 100011

Color Harmonies of #762290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762290

Black with #762290

Text Example


Text Example

White with #762290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762290; }

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

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

background-color css

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

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

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

border-color css

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

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

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