Html Css Color HEX #763883 Vivid Violet

📋 copy color: '#763883'

red 118 ◦ green 56 ◦ blue 131

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

Shades of Vivid Violet #763883

Tints of Vivid Violet #763883

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.36%

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

R = 38.69%
G = 18.36%
B = 42.95%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#763883 (or 0x763883) is known color: Vivid Violet. HEX triplet: 76, 38 and 83. RGB value is (118,56,131). Sum of RGB (Red+Green+Blue) = 118+56+131=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #763883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763883 is #89C77C. Grayscale: #525252. Windows color (decimal): -9029501 or 8599670. OLE color: 8599670.

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

Color convert

RGB 118 56 131 -
CMYK 0.10 0.57 0 0.49
HSL 289.6º 0.4% 0.37% -
HSV(B) 289.6º 0.57% 0.51% -
XYZ 12.98 8.32 22.39 -
YUV 83.09 155.04 152.9 -
System Red Green Blue C M Y K H S L
Decimal 118 56 131 0.10 0.57 0 0.49 289.6 0.4 0.37
Hex 76 38 83 A 39 0 31 122 28 25
Octal 166 70 203 12 71 0 61 442 50 45
Binary 1110110 111000 10000011 1010 111001 0 110001 100100010 101000 100101

Color Harmonies of #763883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763883

Black with #763883

Text Example


Text Example

White with #763883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763883; }

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

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

background-color css

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

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

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

border-color css

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

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

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