Html Css Color HEX #763F8B Vivid Violet

📋 copy color: '#763F8B'

red 118 ◦ green 63 ◦ blue 139

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

Shades of Vivid Violet #763F8B

Tints of Vivid Violet #763F8B

RGB

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

 GREEN value IS 63 (25% from 255) = 19.69%

 BLUE value IS 139 (54.69% from 255) = 43.44%

R = 36.88%
G = 19.69%
B = 43.44%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#763F8B (or 0x763F8B) is known color: Vivid Violet. HEX triplet: 76, 3F and 8B. RGB value is (118,63,139). Sum of RGB (Red+Green+Blue) = 118+63+139=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #763F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763F8B is #89C074. Grayscale: #575757. Windows color (decimal): -9027701 or 9125750. OLE color: 9125750.

HSL color Cylindrical-coordinate representation of color #763F8B: hue angle of 283.42º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #763F8B is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 63 139 -
CMYK 0.15 0.55 0 0.45
HSL 283.42º 0.38% 0.4% -
HSV(B) 283.42º 0.55% 0.55% -
XYZ 13.91 9.27 25.48 -
YUV 88.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 118 63 139 0.15 0.55 0 0.45 283.42 0.38 0.4
Hex 76 3F 8B F 37 0 2D 11B 26 28
Octal 166 77 213 17 67 0 55 433 46 50
Binary 1110110 111111 10001011 1111 110111 0 101101 100011011 100110 101000

Color Harmonies of #763F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F8B

Black with #763F8B

Text Example


Text Example

White with #763F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763F8B; }

 p { color: rgb(118,63,139); }

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

background-color css

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

 a { background-color: rgb(118,63,139); }

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

border-color css

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

 span { border-color: rgb(118,63,139); }

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