Html Css Color HEX #753587 Vivid Violet

📋 copy color: '#753587'

red 117 ◦ green 53 ◦ blue 135

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

Shades of Vivid Violet #753587

Tints of Vivid Violet #753587

RGB

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

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

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

R = 38.36%
G = 17.38%
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

#753587 (or 0x753587) is known color: Vivid Violet. HEX triplet: 75, 35 and 87. RGB value is (117,53,135). Sum of RGB (Red+Green+Blue) = 117+53+135=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 53 (21.09% from 255 or 17.38% 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 #753587 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753587 is #8ACA78. Grayscale: #515151. Windows color (decimal): -9095801 or 8861045. OLE color: 8861045.

HSL color Cylindrical-coordinate representation of color #753587: hue angle of 286.83º 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 #753587 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 53 135 -
CMYK 0.13 0.61 0 0.47
HSL 286.83º 0.44% 0.37% -
HSV(B) 286.83º 0.61% 0.53% -
XYZ 12.98 8.08 23.8 -
YUV 81.48 158.2 153.33 -
System Red Green Blue C M Y K H S L
Decimal 117 53 135 0.13 0.61 0 0.47 286.83 0.44 0.37
Hex 75 35 87 D 3D 0 2F 11F 2C 25
Octal 165 65 207 15 75 0 57 437 54 45
Binary 1110101 110101 10000111 1101 111101 0 101111 100011111 101100 100101

Color Harmonies of #753587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753587

Black with #753587

Text Example


Text Example

White with #753587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753587; }

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

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

background-color css

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

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

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

border-color css

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

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

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