Html Css Color HEX #752195 Vivid Violet

📋 copy color: '#752195'

red 117 ◦ green 33 ◦ blue 149

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

Shades of Vivid Violet #752195

Tints of Vivid Violet #752195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.83%

R = 39.13%
G = 11.04%
B = 49.83%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#752195 (or 0x752195) is known color: Vivid Violet. HEX triplet: 75, 21 and 95. RGB value is (117,33,149). Sum of RGB (Red+Green+Blue) = 117+33+149=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #752195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752195 is #8ADE6A. Grayscale: #464646. Windows color (decimal): -9100907 or 9773429. OLE color: 9773429.

HSL color Cylindrical-coordinate representation of color #752195: hue angle of 283.45º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #752195 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 33 149 -
CMYK 0.21 0.78 0 0.42
HSL 283.45º 0.64% 0.36% -
HSV(B) 283.45º 0.78% 0.58% -
XYZ 13.3 7.04 29.09 -
YUV 71.34 171.83 160.57 -
System Red Green Blue C M Y K H S L
Decimal 117 33 149 0.21 0.78 0 0.42 283.45 0.64 0.36
Hex 75 21 95 15 4E 0 2A 11B 40 24
Octal 165 41 225 25 116 0 52 433 100 44
Binary 1110101 100001 10010101 10101 1001110 0 101010 100011011 1000000 100100

Color Harmonies of #752195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752195

Black with #752195

Text Example


Text Example

White with #752195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752195; }

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

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

background-color css

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

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

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

border-color css

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

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

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