Html Css Color HEX #762A83 Vivid Violet

📋 copy color: '#762A83'

red 118 ◦ green 42 ◦ blue 131

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

Shades of Vivid Violet #762A83

Tints of Vivid Violet #762A83

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.43%

 BLUE value IS 131 (51.56% from 255) = 45.02%

R = 40.55%
G = 14.43%
B = 45.02%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#762A83 (or 0x762A83) is known color: Vivid Violet. HEX triplet: 76, 2A and 83. RGB value is (118,42,131). Sum of RGB (Red+Green+Blue) = 118+42+131=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #762A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762A83 is #89D57C. Grayscale: #4A4A4A. Windows color (decimal): -9033085 or 8596086. OLE color: 8596086.

HSL color Cylindrical-coordinate representation of color #762A83: hue angle of 291.24º degrees, saturation: 0.51, 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 #762A83 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 42 131 -
CMYK 0.10 0.68 0 0.49
HSL 291.24º 0.51% 0.34% -
HSV(B) 291.24º 0.68% 0.51% -
XYZ 12.4 7.15 22.2 -
YUV 74.87 159.68 158.76 -
System Red Green Blue C M Y K H S L
Decimal 118 42 131 0.10 0.68 0 0.49 291.24 0.51 0.34
Hex 76 2A 83 A 44 0 31 123 33 22
Octal 166 52 203 12 104 0 61 443 63 42
Binary 1110110 101010 10000011 1010 1000100 0 110001 100100011 110011 100010

Color Harmonies of #762A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762A83

Black with #762A83

Text Example


Text Example

White with #762A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762A83; }

 p { color: rgb(118,42,131); }

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

background-color css

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

 a { background-color: rgb(118,42,131); }

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

border-color css

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

 span { border-color: rgb(118,42,131); }

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