Html Css Color HEX #752088 Vivid Violet

📋 copy color: '#752088'

red 117 ◦ green 32 ◦ blue 136

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

Shades of Vivid Violet #752088

Tints of Vivid Violet #752088

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.23%

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

R = 41.05%
G = 11.23%
B = 47.72%

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

#752088 (or 0x752088) is known color: Vivid Violet. HEX triplet: 75, 20 and 88. RGB value is (117,32,136). Sum of RGB (Red+Green+Blue) = 117+32+136=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #752088 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752088 is #8ADF77. Grayscale: #444444. Windows color (decimal): -9101176 or 8921205. OLE color: 8921205.

HSL color Cylindrical-coordinate representation of color #752088: hue angle of 289.04º degrees, saturation: 0.62, 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 #752088 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 32 136 -
CMYK 0.14 0.76 0 0.47
HSL 289.04º 0.62% 0.33% -
HSV(B) 289.04º 0.76% 0.53% -
XYZ 12.3 6.59 23.92 -
YUV 69.27 165.66 162.04 -
System Red Green Blue C M Y K H S L
Decimal 117 32 136 0.14 0.76 0 0.47 289.04 0.62 0.33
Hex 75 20 88 E 4C 0 2F 121 3E 21
Octal 165 40 210 16 114 0 57 441 76 41
Binary 1110101 100000 10001000 1110 1001100 0 101111 100100001 111110 100001

Color Harmonies of #752088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752088

Black with #752088

Text Example


Text Example

White with #752088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752088; }

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

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

background-color css

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

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

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

border-color css

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

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

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