Html Css Color HEX #763489 Vivid Violet

📋 copy color: '#763489'

red 118 ◦ green 52 ◦ blue 137

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

Shades of Vivid Violet #763489

Tints of Vivid Violet #763489

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.94%

 BLUE value IS 137 (53.91% from 255) = 44.63%

R = 38.44%
G = 16.94%
B = 44.63%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#763489 (or 0x763489) is known color: Vivid Violet. HEX triplet: 76, 34 and 89. RGB value is (118,52,137). Sum of RGB (Red+Green+Blue) = 118+52+137=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #763489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763489 is #89CB76. Grayscale: #515151. Windows color (decimal): -9030519 or 8991862. OLE color: 8991862.

HSL color Cylindrical-coordinate representation of color #763489: hue angle of 286.59º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #763489 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 52 137 -
CMYK 0.14 0.62 0 0.46
HSL 286.59º 0.45% 0.37% -
HSV(B) 286.59º 0.62% 0.54% -
XYZ 13.21 8.11 24.54 -
YUV 81.42 159.37 154.09 -
System Red Green Blue C M Y K H S L
Decimal 118 52 137 0.14 0.62 0 0.46 286.59 0.45 0.37
Hex 76 34 89 E 3E 0 2E 11F 2D 25
Octal 166 64 211 16 76 0 56 437 55 45
Binary 1110110 110100 10001001 1110 111110 0 101110 100011111 101101 100101

Color Harmonies of #763489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763489

Black with #763489

Text Example


Text Example

White with #763489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763489; }

 p { color: rgb(118,52,137); }

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

background-color css

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

 a { background-color: rgb(118,52,137); }

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

border-color css

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

 span { border-color: rgb(118,52,137); }

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