Html Css Color HEX #751F91 Vivid Violet

📋 copy color: '#751F91'

red 117 ◦ green 31 ◦ blue 145

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

Shades of Vivid Violet #751F91

Tints of Vivid Violet #751F91

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.58%

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

R = 39.93%
G = 10.58%
B = 49.49%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#751F91 (or 0x751F91) is known color: Vivid Violet. HEX triplet: 75, 1F and 91. RGB value is (117,31,145). Sum of RGB (Red+Green+Blue) = 117+31+145=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 31 (12.5% from 255 or 10.58% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #751F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751F91 is #8AE06E. Grayscale: #454545. Windows color (decimal): -9101423 or 9510773. OLE color: 9510773.

HSL color Cylindrical-coordinate representation of color #751F91: hue angle of 285.26º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751F91 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 31 145 -
CMYK 0.19 0.79 0 0.43
HSL 285.26º 0.65% 0.35% -
HSV(B) 285.26º 0.79% 0.57% -
XYZ 12.94 6.81 27.42 -
YUV 69.71 170.49 161.73 -
System Red Green Blue C M Y K H S L
Decimal 117 31 145 0.19 0.79 0 0.43 285.26 0.65 0.35
Hex 75 1F 91 13 4F 0 2B 11D 41 23
Octal 165 37 221 23 117 0 53 435 101 43
Binary 1110101 11111 10010001 10011 1001111 0 101011 100011101 1000001 100011

Color Harmonies of #751F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751F91

Black with #751F91

Text Example


Text Example

White with #751F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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