Html Css Color HEX #751F8E Vivid Violet

📋 copy color: '#751F8E'

red 117 ◦ green 31 ◦ blue 142

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

Shades of Vivid Violet #751F8E

Tints of Vivid Violet #751F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 48.97%

R = 40.34%
G = 10.69%
B = 48.97%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#751F8E (or 0x751F8E) is known color: Vivid Violet. HEX triplet: 75, 1F and 8E. RGB value is (117,31,142). Sum of RGB (Red+Green+Blue) = 117+31+142=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #751F8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751F8E is #8AE071. Grayscale: #454545. Windows color (decimal): -9101426 or 9314165. OLE color: 9314165.

HSL color Cylindrical-coordinate representation of color #751F8E: hue angle of 286.49º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751F8E is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 31 142 -
CMYK 0.18 0.78 0 0.44
HSL 286.49º 0.64% 0.34% -
HSV(B) 286.49º 0.78% 0.56% -
XYZ 12.71 6.71 26.22 -
YUV 69.37 168.99 161.97 -
System Red Green Blue C M Y K H S L
Decimal 117 31 142 0.18 0.78 0 0.44 286.49 0.64 0.34
Hex 75 1F 8E 12 4E 0 2C 11E 40 22
Octal 165 37 216 22 116 0 54 436 100 42
Binary 1110101 11111 10001110 10010 1001110 0 101100 100011110 1000000 100010

Color Harmonies of #751F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751F8E

Black with #751F8E

Text Example


Text Example

White with #751F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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