Html Css Color HEX #753097 Vivid Violet

📋 copy color: '#753097'

red 117 ◦ green 48 ◦ blue 151

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

Shades of Vivid Violet #753097

Tints of Vivid Violet #753097

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

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

R = 37.03%
G = 15.19%
B = 47.78%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#753097 (or 0x753097) is known color: Vivid Violet. HEX triplet: 75, 30 and 97. RGB value is (117,48,151). Sum of RGB (Red+Green+Blue) = 117+48+151=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 151 - color contains mainly: blue. Hex color #753097 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753097 is #8ACF68. Grayscale: #505050. Windows color (decimal): -9097065 or 9908341. OLE color: 9908341.

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

Color convert

RGB 117 48 151 -
CMYK 0.23 0.68 0 0.41
HSL 280.19º 0.52% 0.39% -
HSV(B) 280.19º 0.68% 0.59% -
XYZ 13.98 8.13 30.11 -
YUV 80.37 167.86 154.12 -
System Red Green Blue C M Y K H S L
Decimal 117 48 151 0.23 0.68 0 0.41 280.19 0.52 0.39
Hex 75 30 97 17 44 0 29 118 34 27
Octal 165 60 227 27 104 0 51 430 64 47
Binary 1110101 110000 10010111 10111 1000100 0 101001 100011000 110100 100111

Color Harmonies of #753097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753097

Black with #753097

Text Example


Text Example

White with #753097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753097; }

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

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

background-color css

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

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

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

border-color css

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

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

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