Html Css Color HEX #752189 Vivid Violet

📋 copy color: '#752189'

red 117 ◦ green 33 ◦ blue 137

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

Shades of Vivid Violet #752189

Tints of Vivid Violet #752189

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.5%

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

R = 40.77%
G = 11.5%
B = 47.74%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#752189 (or 0x752189) is known color: Vivid Violet. HEX triplet: 75, 21 and 89. RGB value is (117,33,137). Sum of RGB (Red+Green+Blue) = 117+33+137=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #752189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752189 is #8ADE76. Grayscale: #454545. Windows color (decimal): -9100919 or 8986997. OLE color: 8986997.

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

Color convert

RGB 117 33 137 -
CMYK 0.15 0.76 0 0.46
HSL 288.46º 0.61% 0.33% -
HSV(B) 288.46º 0.76% 0.54% -
XYZ 12.4 6.68 24.3 -
YUV 69.97 165.83 161.54 -
System Red Green Blue C M Y K H S L
Decimal 117 33 137 0.15 0.76 0 0.46 288.46 0.61 0.33
Hex 75 21 89 F 4C 0 2E 120 3D 21
Octal 165 41 211 17 114 0 56 440 75 41
Binary 1110101 100001 10001001 1111 1001100 0 101110 100100000 111101 100001

Color Harmonies of #752189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752189

Black with #752189

Text Example


Text Example

White with #752189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752189; }

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

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

background-color css

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

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

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

border-color css

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

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

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