Html Css Color HEX #752187 Vivid Violet

📋 copy color: '#752187'

red 117 ◦ green 33 ◦ blue 135

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

Shades of Vivid Violet #752187

Tints of Vivid Violet #752187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 47.37%

R = 41.05%
G = 11.58%
B = 47.37%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#752187 (or 0x752187) is known color: Vivid Violet. HEX triplet: 75, 21 and 87. RGB value is (117,33,135). Sum of RGB (Red+Green+Blue) = 117+33+135=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #752187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752187 is #8ADE78. Grayscale: #454545. Windows color (decimal): -9100921 or 8855925. OLE color: 8855925.

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

Color convert

RGB 117 33 135 -
CMYK 0.13 0.76 0 0.47
HSL 289.41º 0.61% 0.33% -
HSV(B) 289.41º 0.76% 0.53% -
XYZ 12.25 6.62 23.55 -
YUV 69.74 164.83 161.71 -
System Red Green Blue C M Y K H S L
Decimal 117 33 135 0.13 0.76 0 0.47 289.41 0.61 0.33
Hex 75 21 87 D 4C 0 2F 121 3D 21
Octal 165 41 207 15 114 0 57 441 75 41
Binary 1110101 100001 10000111 1101 1001100 0 101111 100100001 111101 100001

Color Harmonies of #752187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752187

Black with #752187

Text Example


Text Example

White with #752187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752187; }

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

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

background-color css

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

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

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

border-color css

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

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

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