Html Css Color HEX #751997 Vivid Violet

📋 copy color: '#751997'

red 117 ◦ green 25 ◦ blue 151

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

Shades of Vivid Violet #751997

Tints of Vivid Violet #751997

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.53%

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

R = 39.93%
G = 8.53%
B = 51.54%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#751997 (or 0x751997) is known color: Vivid Violet. HEX triplet: 75, 19 and 97. RGB value is (117,25,151). Sum of RGB (Red+Green+Blue) = 117+25+151=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 151 (59.38% from 255 or 51.54% from 293); Max value from RGB is 151 - color contains mainly: blue. Hex color #751997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751997 is #8AE668. Grayscale: #424242. Windows color (decimal): -9102953 or 9902453. OLE color: 9902453.

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

Color convert

RGB 117 25 151 -
CMYK 0.23 0.83 0 0.41
HSL 283.81º 0.72% 0.35% -
HSV(B) 283.81º 0.83% 0.59% -
XYZ 13.27 6.71 29.87 -
YUV 66.87 175.48 163.75 -
System Red Green Blue C M Y K H S L
Decimal 117 25 151 0.23 0.83 0 0.41 283.81 0.72 0.35
Hex 75 19 97 17 53 0 29 11C 48 23
Octal 165 31 227 27 123 0 51 434 110 43
Binary 1110101 11001 10010111 10111 1010011 0 101001 100011100 1001000 100011

Color Harmonies of #751997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751997

Black with #751997

Text Example


Text Example

White with #751997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751997; }

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

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

background-color css

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

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

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

border-color css

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

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

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