Html Css Color HEX #751E8E Vivid Violet

📋 copy color: '#751E8E'

red 117 ◦ green 30 ◦ blue 142

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

Shades of Vivid Violet #751E8E

Tints of Vivid Violet #751E8E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.38%

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

R = 40.48%
G = 10.38%
B = 49.13%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#751E8E (or 0x751E8E) is known color: Vivid Violet. HEX triplet: 75, 1E and 8E. RGB value is (117,30,142). Sum of RGB (Red+Green+Blue) = 117+30+142=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #751E8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751E8E is #8AE171. Grayscale: #444444. Windows color (decimal): -9101682 or 9313909. OLE color: 9313909.

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

Color convert

RGB 117 30 142 -
CMYK 0.18 0.79 0 0.44
HSL 286.61º 0.65% 0.34% -
HSV(B) 286.61º 0.79% 0.56% -
XYZ 12.68 6.66 26.21 -
YUV 68.78 169.32 162.39 -
System Red Green Blue C M Y K H S L
Decimal 117 30 142 0.18 0.79 0 0.44 286.61 0.65 0.34
Hex 75 1E 8E 12 4F 0 2C 11F 41 22
Octal 165 36 216 22 117 0 54 437 101 42
Binary 1110101 11110 10001110 10010 1001111 0 101100 100011111 1000001 100010

Color Harmonies of #751E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751E8E

Black with #751E8E

Text Example


Text Example

White with #751E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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