Html Css Color HEX #753397 Vivid Violet

📋 copy color: '#753397'

red 117 ◦ green 51 ◦ blue 151

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

Shades of Vivid Violet #753397

Tints of Vivid Violet #753397

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.99%

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

R = 36.68%
G = 15.99%
B = 47.34%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#753397 (or 0x753397) is known color: Vivid Violet. HEX triplet: 75, 33 and 97. RGB value is (117,51,151). Sum of RGB (Red+Green+Blue) = 117+51+151=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 151 - color contains mainly: blue. Hex color #753397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753397 is #8ACC68. Grayscale: #515151. Windows color (decimal): -9096297 or 9909109. OLE color: 9909109.

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

Color convert

RGB 117 51 151 -
CMYK 0.23 0.66 0 0.41
HSL 279.6º 0.5% 0.4% -
HSV(B) 279.6º 0.66% 0.59% -
XYZ 14.11 8.38 30.15 -
YUV 82.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 117 51 151 0.23 0.66 0 0.41 279.6 0.5 0.4
Hex 75 33 97 17 42 0 29 118 32 28
Octal 165 63 227 27 102 0 51 430 62 50
Binary 1110101 110011 10010111 10111 1000010 0 101001 100011000 110010 101000

Color Harmonies of #753397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753397

Black with #753397

Text Example


Text Example

White with #753397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753397; }

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

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

background-color css

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

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

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

border-color css

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

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

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