Html Css Color HEX #752489 Vivid Violet

📋 copy color: '#752489'

red 117 ◦ green 36 ◦ blue 137

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

Shades of Vivid Violet #752489

Tints of Vivid Violet #752489

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.41%

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

R = 40.34%
G = 12.41%
B = 47.24%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#752489 (or 0x752489) is known color: Vivid Violet. HEX triplet: 75, 24 and 89. RGB value is (117,36,137). Sum of RGB (Red+Green+Blue) = 117+36+137=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #752489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752489 is #8ADB76. Grayscale: #474747. Windows color (decimal): -9100151 or 8987765. OLE color: 8987765.

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

Color convert

RGB 117 36 137 -
CMYK 0.15 0.74 0 0.46
HSL 288.12º 0.58% 0.34% -
HSV(B) 288.12º 0.74% 0.54% -
XYZ 12.48 6.85 24.33 -
YUV 71.73 164.84 160.29 -
System Red Green Blue C M Y K H S L
Decimal 117 36 137 0.15 0.74 0 0.46 288.12 0.58 0.34
Hex 75 24 89 F 4A 0 2E 120 3A 22
Octal 165 44 211 17 112 0 56 440 72 42
Binary 1110101 100100 10001001 1111 1001010 0 101110 100100000 111010 100010

Color Harmonies of #752489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752489

Black with #752489

Text Example


Text Example

White with #752489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752489; }

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

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

background-color css

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

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

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

border-color css

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

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

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