Html Css Color HEX #752297 Vivid Violet

📋 copy color: '#752297'

red 117 ◦ green 34 ◦ blue 151

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

Shades of Vivid Violet #752297

Tints of Vivid Violet #752297

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.26%

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

R = 38.74%
G = 11.26%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#752297 (or 0x752297) is known color: Vivid Violet. HEX triplet: 75, 22 and 97. RGB value is (117,34,151). Sum of RGB (Red+Green+Blue) = 117+34+151=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #752297 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752297 is #8ADD68. Grayscale: #474747. Windows color (decimal): -9100649 or 9904757. OLE color: 9904757.

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

Color convert

RGB 117 34 151 -
CMYK 0.23 0.77 0 0.41
HSL 282.56º 0.63% 0.36% -
HSV(B) 282.56º 0.77% 0.59% -
XYZ 13.49 7.16 29.95 -
YUV 72.16 172.5 159.99 -
System Red Green Blue C M Y K H S L
Decimal 117 34 151 0.23 0.77 0 0.41 282.56 0.63 0.36
Hex 75 22 97 17 4D 0 29 11B 3F 24
Octal 165 42 227 27 115 0 51 433 77 44
Binary 1110101 100010 10010111 10111 1001101 0 101001 100011011 111111 100100

Color Harmonies of #752297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752297

Black with #752297

Text Example


Text Example

White with #752297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752297; }

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

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

background-color css

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

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

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

border-color css

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

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

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