Html Css Color HEX #762082 Vivid Violet

📋 copy color: '#762082'

red 118 ◦ green 32 ◦ blue 130

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

Shades of Vivid Violet #762082

Tints of Vivid Violet #762082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.43%

 BLUE value IS 130 (51.17% from 255) = 46.43%

R = 42.14%
G = 11.43%
B = 46.43%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#762082 (or 0x762082) is known color: Vivid Violet. HEX triplet: 76, 20 and 82. RGB value is (118,32,130). Sum of RGB (Red+Green+Blue) = 118+32+130=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #762082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762082 is #89DF7D. Grayscale: #444444. Windows color (decimal): -9035646 or 8527990. OLE color: 8527990.

HSL color Cylindrical-coordinate representation of color #762082: hue angle of 292.65º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762082 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 32 130 -
CMYK 0.09 0.75 0 0.49
HSL 292.65º 0.6% 0.32% -
HSV(B) 292.65º 0.75% 0.51% -
XYZ 12.02 6.5 21.74 -
YUV 68.89 162.49 163.03 -
System Red Green Blue C M Y K H S L
Decimal 118 32 130 0.09 0.75 0 0.49 292.65 0.6 0.32
Hex 76 20 82 9 4B 0 31 125 3C 20
Octal 166 40 202 11 113 0 61 445 74 40
Binary 1110110 100000 10000010 1001 1001011 0 110001 100100101 111100 100000

Color Harmonies of #762082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762082

Black with #762082

Text Example


Text Example

White with #762082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762082; }

 p { color: rgb(118,32,130); }

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

background-color css

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

 a { background-color: rgb(118,32,130); }

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

border-color css

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

 span { border-color: rgb(118,32,130); }

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