Html Css Color HEX #751691 Vivid Violet

📋 copy color: '#751691'

red 117 ◦ green 22 ◦ blue 145

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

Shades of Vivid Violet #751691

Tints of Vivid Violet #751691

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.75%

 BLUE value IS 145 (57.03% from 255) = 51.06%

R = 41.2%
G = 7.75%
B = 51.06%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#751691 (or 0x751691) is known color: Vivid Violet. HEX triplet: 75, 16 and 91. RGB value is (117,22,145). Sum of RGB (Red+Green+Blue) = 117+22+145=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #751691 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751691 is #8AE96E. Grayscale: #404040. Windows color (decimal): -9103727 or 9508469. OLE color: 9508469.

HSL color Cylindrical-coordinate representation of color #751691: hue angle of 286.34º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751691 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 22 145 -
CMYK 0.19 0.85 0 0.43
HSL 286.34º 0.74% 0.33% -
HSV(B) 286.34º 0.85% 0.57% -
XYZ 12.73 6.4 27.35 -
YUV 64.43 173.47 165.5 -
System Red Green Blue C M Y K H S L
Decimal 117 22 145 0.19 0.85 0 0.43 286.34 0.74 0.33
Hex 75 16 91 13 55 0 2B 11E 4A 21
Octal 165 26 221 23 125 0 53 436 112 41
Binary 1110101 10110 10010001 10011 1010101 0 101011 100011110 1001010 100001

Color Harmonies of #751691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751691

Black with #751691

Text Example


Text Example

White with #751691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751691; }

 p { color: rgb(117,22,145); }

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

background-color css

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

 a { background-color: rgb(117,22,145); }

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

border-color css

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

 span { border-color: rgb(117,22,145); }

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