Html Css Color HEX #753297 Vivid Violet

📋 copy color: '#753297'

red 117 ◦ green 50 ◦ blue 151

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

Shades of Vivid Violet #753297

Tints of Vivid Violet #753297

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.72%

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

R = 36.79%
G = 15.72%
B = 47.48%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#753297 (or 0x753297) is known color: Vivid Violet. HEX triplet: 75, 32 and 97. RGB value is (117,50,151). Sum of RGB (Red+Green+Blue) = 117+50+151=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 151 (59.38% from 255 or 47.48% from 318); Max value from RGB is 151 - color contains mainly: blue. Hex color #753297 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753297 is #8ACD68. Grayscale: #515151. Windows color (decimal): -9096553 or 9908853. OLE color: 9908853.

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

Color convert

RGB 117 50 151 -
CMYK 0.23 0.67 0 0.41
HSL 279.8º 0.5% 0.39% -
HSV(B) 279.8º 0.67% 0.59% -
XYZ 14.06 8.3 30.14 -
YUV 81.55 167.2 153.29 -
System Red Green Blue C M Y K H S L
Decimal 117 50 151 0.23 0.67 0 0.41 279.8 0.5 0.39
Hex 75 32 97 17 43 0 29 118 32 27
Octal 165 62 227 27 103 0 51 430 62 47
Binary 1110101 110010 10010111 10111 1000011 0 101001 100011000 110010 100111

Color Harmonies of #753297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753297

Black with #753297

Text Example


Text Example

White with #753297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753297; }

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

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

background-color css

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

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

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

border-color css

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

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

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