Html Css Color HEX #762982 Vivid Violet

📋 copy color: '#762982'

red 118 ◦ green 41 ◦ blue 130

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

Shades of Vivid Violet #762982

Tints of Vivid Violet #762982

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.19%

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

R = 40.83%
G = 14.19%
B = 44.98%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#762982 (or 0x762982) is known color: Vivid Violet. HEX triplet: 76, 29 and 82. RGB value is (118,41,130). Sum of RGB (Red+Green+Blue) = 118+41+130=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #762982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762982 is #89D67D. Grayscale: #494949. Windows color (decimal): -9033342 or 8530294. OLE color: 8530294.

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

Color convert

RGB 118 41 130 -
CMYK 0.09 0.68 0 0.49
HSL 291.91º 0.52% 0.34% -
HSV(B) 291.91º 0.68% 0.51% -
XYZ 12.29 7.05 21.83 -
YUV 74.17 159.51 159.26 -
System Red Green Blue C M Y K H S L
Decimal 118 41 130 0.09 0.68 0 0.49 291.91 0.52 0.34
Hex 76 29 82 9 44 0 31 124 34 22
Octal 166 51 202 11 104 0 61 444 64 42
Binary 1110110 101001 10000010 1001 1000100 0 110001 100100100 110100 100010

Color Harmonies of #762982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762982

Black with #762982

Text Example


Text Example

White with #762982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762982; }

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

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

background-color css

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

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

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

border-color css

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

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

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