Html Css Color HEX #762184 Vivid Violet

📋 copy color: '#762184'

red 118 ◦ green 33 ◦ blue 132

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

Shades of Vivid Violet #762184

Tints of Vivid Violet #762184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.64%

R = 41.7%
G = 11.66%
B = 46.64%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#762184 (or 0x762184) is known color: Vivid Violet. HEX triplet: 76, 21 and 84. RGB value is (118,33,132). Sum of RGB (Red+Green+Blue) = 118+33+132=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #762184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762184 is #89DE7B. Grayscale: #454545. Windows color (decimal): -9035388 or 8659318. OLE color: 8659318.

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

Color convert

RGB 118 33 132 -
CMYK 0.11 0.75 0 0.48
HSL 291.52º 0.6% 0.32% -
HSV(B) 291.52º 0.75% 0.52% -
XYZ 12.18 6.61 22.46 -
YUV 69.7 163.16 162.45 -
System Red Green Blue C M Y K H S L
Decimal 118 33 132 0.11 0.75 0 0.48 291.52 0.6 0.32
Hex 76 21 84 B 4B 0 30 124 3C 20
Octal 166 41 204 13 113 0 60 444 74 40
Binary 1110110 100001 10000100 1011 1001011 0 110000 100100100 111100 100000

Color Harmonies of #762184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762184

Black with #762184

Text Example


Text Example

White with #762184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762184; }

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

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

background-color css

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

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

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

border-color css

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

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

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