Html Css Color HEX #762382 Vivid Violet

📋 copy color: '#762382'

red 118 ◦ green 35 ◦ blue 130

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

Shades of Vivid Violet #762382

Tints of Vivid Violet #762382

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.37%

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

R = 41.7%
G = 12.37%
B = 45.94%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#762382 (or 0x762382) is known color: Vivid Violet. HEX triplet: 76, 23 and 82. RGB value is (118,35,130). Sum of RGB (Red+Green+Blue) = 118+35+130=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #762382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762382 is #89DC7D. Grayscale: #464646. Windows color (decimal): -9034878 or 8528758. OLE color: 8528758.

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

Color convert

RGB 118 35 130 -
CMYK 0.09 0.73 0 0.49
HSL 292.42º 0.58% 0.32% -
HSV(B) 292.42º 0.73% 0.51% -
XYZ 12.1 6.67 21.77 -
YUV 70.65 161.5 161.78 -
System Red Green Blue C M Y K H S L
Decimal 118 35 130 0.09 0.73 0 0.49 292.42 0.58 0.32
Hex 76 23 82 9 49 0 31 124 3A 20
Octal 166 43 202 11 111 0 61 444 72 40
Binary 1110110 100011 10000010 1001 1001001 0 110001 100100100 111010 100000

Color Harmonies of #762382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762382

Black with #762382

Text Example


Text Example

White with #762382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762382; }

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

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

background-color css

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

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

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

border-color css

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

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

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