Html Css Color HEX #752889 Vivid Violet

📋 copy color: '#752889'

red 117 ◦ green 40 ◦ blue 137

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

Shades of Vivid Violet #752889

Tints of Vivid Violet #752889

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.61%

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

R = 39.8%
G = 13.61%
B = 46.6%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#752889 (or 0x752889) is known color: Vivid Violet. HEX triplet: 75, 28 and 89. RGB value is (117,40,137). Sum of RGB (Red+Green+Blue) = 117+40+137=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 137 - color contains mainly: blue. Hex color #752889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752889 is #8AD776. Grayscale: #494949. Windows color (decimal): -9099127 or 8988789. OLE color: 8988789.

HSL color Cylindrical-coordinate representation of color #752889: hue angle of 287.63º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #752889 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 40 137 -
CMYK 0.15 0.71 0 0.46
HSL 287.63º 0.55% 0.35% -
HSV(B) 287.63º 0.71% 0.54% -
XYZ 12.61 7.11 24.37 -
YUV 74.08 163.51 158.61 -
System Red Green Blue C M Y K H S L
Decimal 117 40 137 0.15 0.71 0 0.46 287.63 0.55 0.35
Hex 75 28 89 F 47 0 2E 120 37 23
Octal 165 50 211 17 107 0 56 440 67 43
Binary 1110101 101000 10001001 1111 1000111 0 101110 100100000 110111 100011

Color Harmonies of #752889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752889

Black with #752889

Text Example


Text Example

White with #752889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752889; }

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

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

background-color css

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

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

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

border-color css

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

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

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