Html Css Color HEX #762690 Vivid Violet

📋 copy color: '#762690'

red 118 ◦ green 38 ◦ blue 144

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

Shades of Vivid Violet #762690

Tints of Vivid Violet #762690

RGB

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

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

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

R = 39.33%
G = 12.67%
B = 48%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#762690 (or 0x762690) is known color: Vivid Violet. HEX triplet: 76, 26 and 90. RGB value is (118,38,144). Sum of RGB (Red+Green+Blue) = 118+38+144=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #762690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762690 is #89D96F. Grayscale: #494949. Windows color (decimal): -9034096 or 9447030. OLE color: 9447030.

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

Color convert

RGB 118 38 144 -
CMYK 0.18 0.74 0 0.44
HSL 285.28º 0.58% 0.36% -
HSV(B) 285.28º 0.74% 0.56% -
XYZ 13.2 7.25 27.09 -
YUV 74 167.5 159.38 -
System Red Green Blue C M Y K H S L
Decimal 118 38 144 0.18 0.74 0 0.44 285.28 0.58 0.36
Hex 76 26 90 12 4A 0 2C 11D 3A 24
Octal 166 46 220 22 112 0 54 435 72 44
Binary 1110110 100110 10010000 10010 1001010 0 101100 100011101 111010 100100

Color Harmonies of #762690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762690

Black with #762690

Text Example


Text Example

White with #762690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762690; }

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

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

background-color css

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

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

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

border-color css

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

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

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