Html Css Color HEX #753586 Vivid Violet

📋 copy color: '#753586'

red 117 ◦ green 53 ◦ blue 134

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

Shades of Vivid Violet #753586

Tints of Vivid Violet #753586

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.43%

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

R = 38.49%
G = 17.43%
B = 44.08%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#753586 (or 0x753586) is known color: Vivid Violet. HEX triplet: 75, 35 and 86. RGB value is (117,53,134). Sum of RGB (Red+Green+Blue) = 117+53+134=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 134 - color contains mainly: blue. Hex color #753586 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753586 is #8ACA79. Grayscale: #515151. Windows color (decimal): -9095802 or 8795509. OLE color: 8795509.

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

Color convert

RGB 117 53 134 -
CMYK 0.13 0.60 0 0.47
HSL 287.41º 0.43% 0.37% -
HSV(B) 287.41º 0.6% 0.53% -
XYZ 12.91 8.05 23.43 -
YUV 81.37 157.7 153.41 -
System Red Green Blue C M Y K H S L
Decimal 117 53 134 0.13 0.60 0 0.47 287.41 0.43 0.37
Hex 75 35 86 D 3C 0 2F 11F 2B 25
Octal 165 65 206 15 74 0 57 437 53 45
Binary 1110101 110101 10000110 1101 111100 0 101111 100011111 101011 100101

Color Harmonies of #753586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753586

Black with #753586

Text Example


Text Example

White with #753586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753586; }

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

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

background-color css

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

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

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

border-color css

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

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

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