Html Css Color HEX #762084 Vivid Violet

📋 copy color: '#762084'

red 118 ◦ green 32 ◦ blue 132

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

Shades of Vivid Violet #762084

Tints of Vivid Violet #762084

RGB

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

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

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

R = 41.84%
G = 11.35%
B = 46.81%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#762084 (or 0x762084) is known color: Vivid Violet. HEX triplet: 76, 20 and 84. RGB value is (118,32,132). Sum of RGB (Red+Green+Blue) = 118+32+132=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #762084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762084 is #89DF7B. Grayscale: #444444. Windows color (decimal): -9035644 or 8659062. OLE color: 8659062.

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

Color convert

RGB 118 32 132 -
CMYK 0.11 0.76 0 0.48
HSL 291.6º 0.61% 0.32% -
HSV(B) 291.6º 0.76% 0.52% -
XYZ 12.15 6.55 22.45 -
YUV 69.11 163.49 162.87 -
System Red Green Blue C M Y K H S L
Decimal 118 32 132 0.11 0.76 0 0.48 291.6 0.61 0.32
Hex 76 20 84 B 4C 0 30 124 3D 20
Octal 166 40 204 13 114 0 60 444 75 40
Binary 1110110 100000 10000100 1011 1001100 0 110000 100100100 111101 100000

Color Harmonies of #762084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762084

Black with #762084

Text Example


Text Example

White with #762084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762084; }

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

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

background-color css

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

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

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

border-color css

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

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

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