Html Css Color HEX #752888 Vivid Violet

📋 copy color: '#752888'

red 117 ◦ green 40 ◦ blue 136

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

Shades of Vivid Violet #752888

Tints of Vivid Violet #752888

RGB

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

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

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

R = 39.93%
G = 13.65%
B = 46.42%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#752888 (or 0x752888) is known color: Vivid Violet. HEX triplet: 75, 28 and 88. RGB value is (117,40,136). Sum of RGB (Red+Green+Blue) = 117+40+136=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: blue. Hex color #752888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752888 is #8AD777. Grayscale: #494949. Windows color (decimal): -9099128 or 8923253. OLE color: 8923253.

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

Color convert

RGB 117 40 136 -
CMYK 0.14 0.71 0 0.47
HSL 288.13º 0.55% 0.35% -
HSV(B) 288.13º 0.71% 0.53% -
XYZ 12.54 7.08 24 -
YUV 73.97 163.01 158.69 -
System Red Green Blue C M Y K H S L
Decimal 117 40 136 0.14 0.71 0 0.47 288.13 0.55 0.35
Hex 75 28 88 E 47 0 2F 120 37 23
Octal 165 50 210 16 107 0 57 440 67 43
Binary 1110101 101000 10001000 1110 1000111 0 101111 100100000 110111 100011

Color Harmonies of #752888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752888

Black with #752888

Text Example


Text Example

White with #752888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752888; }

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

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

background-color css

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

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

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

border-color css

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

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

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