Html Css Color HEX #762BA0 Vivid Violet

📋 copy color: '#762BA0'

red 118 ◦ green 43 ◦ blue 160

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

Shades of Vivid Violet #762BA0

Tints of Vivid Violet #762BA0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.4%

 BLUE value IS 160 (62.89% from 255) = 49.84%

R = 36.76%
G = 13.4%
B = 49.84%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#762BA0 (or 0x762BA0) is known color: Vivid Violet. HEX triplet: 76, 2B and A0. RGB value is (118,43,160). Sum of RGB (Red+Green+Blue) = 118+43+160=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 160 (62.89% from 255 or 49.84% from 321); Max value from RGB is 160 - color contains mainly: blue. Hex color #762BA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762BA0 is #89D45F. Grayscale: #4E4E4E. Windows color (decimal): -9032800 or 10496886. OLE color: 10496886.

HSL color Cylindrical-coordinate representation of color #762BA0: hue angle of 278.46º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762BA0 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 43 160 -
CMYK 0.26 0.73 0 0.37
HSL 278.46º 0.58% 0.4% -
HSV(B) 278.46º 0.73% 0.63% -
XYZ 14.68 8.12 34.05 -
YUV 78.76 173.85 155.99 -
System Red Green Blue C M Y K H S L
Decimal 118 43 160 0.26 0.73 0 0.37 278.46 0.58 0.4
Hex 76 2B A0 1A 49 0 25 116 3A 28
Octal 166 53 240 32 111 0 45 426 72 50
Binary 1110110 101011 10100000 11010 1001001 0 100101 100010110 111010 101000

Color Harmonies of #762BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762BA0

Black with #762BA0

Text Example


Text Example

White with #762BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762BA0; }

 p { color: rgb(118,43,160); }

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

background-color css

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

 a { background-color: rgb(118,43,160); }

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

border-color css

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

 span { border-color: rgb(118,43,160); }

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