Html Css Color HEX #752188 Vivid Violet

📋 copy color: '#752188'

red 117 ◦ green 33 ◦ blue 136

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

Shades of Vivid Violet #752188

Tints of Vivid Violet #752188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.55%

R = 40.91%
G = 11.54%
B = 47.55%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#752188 (or 0x752188) is known color: Vivid Violet. HEX triplet: 75, 21 and 88. RGB value is (117,33,136). Sum of RGB (Red+Green+Blue) = 117+33+136=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #752188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752188 is #8ADE77. Grayscale: #454545. Windows color (decimal): -9100920 or 8921461. OLE color: 8921461.

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

Color convert

RGB 117 33 136 -
CMYK 0.14 0.76 0 0.47
HSL 288.93º 0.61% 0.33% -
HSV(B) 288.93º 0.76% 0.53% -
XYZ 12.32 6.65 23.93 -
YUV 69.86 165.33 161.62 -
System Red Green Blue C M Y K H S L
Decimal 117 33 136 0.14 0.76 0 0.47 288.93 0.61 0.33
Hex 75 21 88 E 4C 0 2F 121 3D 21
Octal 165 41 210 16 114 0 57 441 75 41
Binary 1110101 100001 10001000 1110 1001100 0 101111 100100001 111101 100001

Color Harmonies of #752188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752188

Black with #752188

Text Example


Text Example

White with #752188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752188; }

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

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

background-color css

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

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

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

border-color css

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

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

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