Html Css Color HEX #751B91 Vivid Violet

📋 copy color: '#751B91'

red 117 ◦ green 27 ◦ blue 145

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

Shades of Vivid Violet #751B91

Tints of Vivid Violet #751B91

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.34%

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

R = 40.48%
G = 9.34%
B = 50.17%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#751B91 (or 0x751B91) is known color: Vivid Violet. HEX triplet: 75, 1B and 91. RGB value is (117,27,145). Sum of RGB (Red+Green+Blue) = 117+27+145=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #751B91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751B91 is #8AE46E. Grayscale: #424242. Windows color (decimal): -9102447 or 9509749. OLE color: 9509749.

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

Color convert

RGB 117 27 145 -
CMYK 0.19 0.81 0 0.43
HSL 285.76º 0.69% 0.34% -
HSV(B) 285.76º 0.81% 0.57% -
XYZ 12.84 6.61 27.39 -
YUV 67.36 171.82 163.41 -
System Red Green Blue C M Y K H S L
Decimal 117 27 145 0.19 0.81 0 0.43 285.76 0.69 0.34
Hex 75 1B 91 13 51 0 2B 11E 45 22
Octal 165 33 221 23 121 0 53 436 105 42
Binary 1110101 11011 10010001 10011 1010001 0 101011 100011110 1000101 100010

Color Harmonies of #751B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751B91

Black with #751B91

Text Example


Text Example

White with #751B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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