Html Css Color HEX #753986 Vivid Violet

📋 copy color: '#753986'

red 117 ◦ green 57 ◦ blue 134

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

Shades of Vivid Violet #753986

Tints of Vivid Violet #753986

RGB

 RED value IS 117 (46.09% from 255) = 37.99%

 GREEN value IS 57 (22.66% from 255) = 18.51%

 BLUE value IS 134 (52.73% from 255) = 43.51%

R = 37.99%
G = 18.51%
B = 43.51%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#753986 (or 0x753986) is known color: Vivid Violet. HEX triplet: 75, 39 and 86. RGB value is (117,57,134). Sum of RGB (Red+Green+Blue) = 117+57+134=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 134 - color contains mainly: blue. Hex color #753986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753986 is #8AC679. Grayscale: #535353. Windows color (decimal): -9094778 or 8796533. OLE color: 8796533.

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

Color convert

RGB 117 57 134 -
CMYK 0.13 0.57 0 0.47
HSL 286.75º 0.4% 0.37% -
HSV(B) 286.75º 0.57% 0.53% -
XYZ 13.1 8.43 23.49 -
YUV 83.72 156.38 151.74 -
System Red Green Blue C M Y K H S L
Decimal 117 57 134 0.13 0.57 0 0.47 286.75 0.4 0.37
Hex 75 39 86 D 39 0 2F 11F 28 25
Octal 165 71 206 15 71 0 57 437 50 45
Binary 1110101 111001 10000110 1101 111001 0 101111 100011111 101000 100101

Color Harmonies of #753986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753986

Black with #753986

Text Example


Text Example

White with #753986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753986; }

 p { color: rgb(117,57,134); }

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

background-color css

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

 a { background-color: rgb(117,57,134); }

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

border-color css

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

 span { border-color: rgb(117,57,134); }

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