Html Css Color HEX #762B83 Vivid Violet

📋 copy color: '#762B83'

red 118 ◦ green 43 ◦ blue 131

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

Shades of Vivid Violet #762B83

Tints of Vivid Violet #762B83

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.73%

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

R = 40.41%
G = 14.73%
B = 44.86%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#762B83 (or 0x762B83) is known color: Vivid Violet. HEX triplet: 76, 2B and 83. RGB value is (118,43,131). Sum of RGB (Red+Green+Blue) = 118+43+131=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #762B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762B83 is #89D47C. Grayscale: #4B4B4B. Windows color (decimal): -9032829 or 8596342. OLE color: 8596342.

HSL color Cylindrical-coordinate representation of color #762B83: hue angle of 291.14º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #762B83 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 43 131 -
CMYK 0.10 0.67 0 0.49
HSL 291.14º 0.51% 0.34% -
HSV(B) 291.14º 0.67% 0.51% -
XYZ 12.43 7.22 22.21 -
YUV 75.46 159.35 158.34 -
System Red Green Blue C M Y K H S L
Decimal 118 43 131 0.10 0.67 0 0.49 291.14 0.51 0.34
Hex 76 2B 83 A 43 0 31 123 33 22
Octal 166 53 203 12 103 0 61 443 63 42
Binary 1110110 101011 10000011 1010 1000011 0 110001 100100011 110011 100010

Color Harmonies of #762B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B83

Black with #762B83

Text Example


Text Example

White with #762B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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