Html Css Color HEX #762182 Vivid Violet

📋 copy color: '#762182'

red 118 ◦ green 33 ◦ blue 130

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

Shades of Vivid Violet #762182

Tints of Vivid Violet #762182

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.74%

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

R = 41.99%
G = 11.74%
B = 46.26%

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

#762182 (or 0x762182) is known color: Vivid Violet. HEX triplet: 76, 21 and 82. RGB value is (118,33,130). Sum of RGB (Red+Green+Blue) = 118+33+130=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #762182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762182 is #89DE7D. Grayscale: #454545. Windows color (decimal): -9035390 or 8528246. OLE color: 8528246.

HSL color Cylindrical-coordinate representation of color #762182: hue angle of 292.58º 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 #762182 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 33 130 -
CMYK 0.09 0.75 0 0.49
HSL 292.58º 0.6% 0.32% -
HSV(B) 292.58º 0.75% 0.51% -
XYZ 12.04 6.55 21.75 -
YUV 69.47 162.16 162.61 -
System Red Green Blue C M Y K H S L
Decimal 118 33 130 0.09 0.75 0 0.49 292.58 0.6 0.32
Hex 76 21 82 9 4B 0 31 125 3C 20
Octal 166 41 202 11 113 0 61 445 74 40
Binary 1110110 100001 10000010 1001 1001011 0 110001 100100101 111100 100000

Color Harmonies of #762182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762182

Black with #762182

Text Example


Text Example

White with #762182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762182; }

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

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

background-color css

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

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

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

border-color css

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

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

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