Html Css Color HEX #763487 Vivid Violet

📋 copy color: '#763487'

red 118 ◦ green 52 ◦ blue 135

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

Shades of Vivid Violet #763487

Tints of Vivid Violet #763487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.26%

R = 38.69%
G = 17.05%
B = 44.26%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#763487 (or 0x763487) is known color: Vivid Violet. HEX triplet: 76, 34 and 87. RGB value is (118,52,135). Sum of RGB (Red+Green+Blue) = 118+52+135=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #763487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763487 is #89CB78. Grayscale: #505050. Windows color (decimal): -9030521 or 8860790. OLE color: 8860790.

HSL color Cylindrical-coordinate representation of color #763487: hue angle of 287.71º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #763487 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 52 135 -
CMYK 0.13 0.61 0 0.47
HSL 287.71º 0.44% 0.37% -
HSV(B) 287.71º 0.61% 0.53% -
XYZ 13.07 8.06 23.79 -
YUV 81.2 158.37 154.25 -
System Red Green Blue C M Y K H S L
Decimal 118 52 135 0.13 0.61 0 0.47 287.71 0.44 0.37
Hex 76 34 87 D 3D 0 2F 120 2C 25
Octal 166 64 207 15 75 0 57 440 54 45
Binary 1110110 110100 10000111 1101 111101 0 101111 100100000 101100 100101

Color Harmonies of #763487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763487

Black with #763487

Text Example


Text Example

White with #763487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763487; }

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

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

background-color css

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

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

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

border-color css

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

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

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