Html Css Color HEX #752097 Vivid Violet

📋 copy color: '#752097'

red 117 ◦ green 32 ◦ blue 151

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

Shades of Vivid Violet #752097

Tints of Vivid Violet #752097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 50.33%

R = 39%
G = 10.67%
B = 50.33%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#752097 (or 0x752097) is known color: Vivid Violet. HEX triplet: 75, 20 and 97. RGB value is (117,32,151). Sum of RGB (Red+Green+Blue) = 117+32+151=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 151 (59.38% from 255 or 50.33% from 300); Max value from RGB is 151 - color contains mainly: blue. Hex color #752097 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752097 is #8ADF68. Grayscale: #464646. Windows color (decimal): -9101161 or 9904245. OLE color: 9904245.

HSL color Cylindrical-coordinate representation of color #752097: hue angle of 282.86º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #752097 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 32 151 -
CMYK 0.23 0.79 0 0.41
HSL 282.86º 0.65% 0.36% -
HSV(B) 282.86º 0.79% 0.59% -
XYZ 13.44 7.05 29.93 -
YUV 70.98 173.16 160.82 -
System Red Green Blue C M Y K H S L
Decimal 117 32 151 0.23 0.79 0 0.41 282.86 0.65 0.36
Hex 75 20 97 17 4F 0 29 11B 41 24
Octal 165 40 227 27 117 0 51 433 101 44
Binary 1110101 100000 10010111 10111 1001111 0 101001 100011011 1000001 100100

Color Harmonies of #752097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752097

Black with #752097

Text Example


Text Example

White with #752097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752097; }

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

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

background-color css

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

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

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

border-color css

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

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

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