Html Css Color HEX #753B89 Vivid Violet

📋 copy color: '#753B89'

red 117 ◦ green 59 ◦ blue 137

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

Shades of Vivid Violet #753B89

Tints of Vivid Violet #753B89

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.85%

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

R = 37.38%
G = 18.85%
B = 43.77%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#753B89 (or 0x753B89) is known color: Vivid Violet. HEX triplet: 75, 3B and 89. RGB value is (117,59,137). Sum of RGB (Red+Green+Blue) = 117+59+137=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 137 - color contains mainly: blue. Hex color #753B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753B89 is #8AC476. Grayscale: #545454. Windows color (decimal): -9094263 or 8993653. OLE color: 8993653.

HSL color Cylindrical-coordinate representation of color #753B89: hue angle of 284.62º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #753B89 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 59 137 -
CMYK 0.15 0.57 0 0.46
HSL 284.62º 0.4% 0.38% -
HSV(B) 284.62º 0.57% 0.54% -
XYZ 13.42 8.72 24.64 -
YUV 85.23 157.22 150.66 -
System Red Green Blue C M Y K H S L
Decimal 117 59 137 0.15 0.57 0 0.46 284.62 0.4 0.38
Hex 75 3B 89 F 39 0 2E 11D 28 26
Octal 165 73 211 17 71 0 56 435 50 46
Binary 1110101 111011 10001001 1111 111001 0 101110 100011101 101000 100110

Color Harmonies of #753B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B89

Black with #753B89

Text Example


Text Example

White with #753B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753B89; }

 p { color: rgb(117,59,137); }

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

background-color css

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

 a { background-color: rgb(117,59,137); }

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

border-color css

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

 span { border-color: rgb(117,59,137); }

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