Html Css Color HEX #751EA6 Vivid Violet

📋 copy color: '#751EA6'

red 117 ◦ green 30 ◦ blue 166

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

Shades of Vivid Violet #751EA6

Tints of Vivid Violet #751EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 53.04%

R = 37.38%
G = 9.58%
B = 53.04%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#751EA6 (or 0x751EA6) is known color: Vivid Violet. HEX triplet: 75, 1E and A6. RGB value is (117,30,166). Sum of RGB (Red+Green+Blue) = 117+30+166=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 166 (65.23% from 255 or 53.04% from 313); Max value from RGB is 166 - color contains mainly: blue. Hex color #751EA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751EA6 is #8AE159. Grayscale: #474747. Windows color (decimal): -9101658 or 10886773. OLE color: 10886773.

HSL color Cylindrical-coordinate representation of color #751EA6: hue angle of 278.38º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #751EA6 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 30 166 -
CMYK 0.30 0.82 0 0.35
HSL 278.38º 0.69% 0.38% -
HSV(B) 278.38º 0.82% 0.65% -
XYZ 14.68 7.46 36.74 -
YUV 71.52 181.32 160.44 -
System Red Green Blue C M Y K H S L
Decimal 117 30 166 0.30 0.82 0 0.35 278.38 0.69 0.38
Hex 75 1E A6 1E 52 0 23 116 45 26
Octal 165 36 246 36 122 0 43 426 105 46
Binary 1110101 11110 10100110 11110 1010010 0 100011 100010110 1000101 100110

Color Harmonies of #751EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751EA6

Black with #751EA6

Text Example


Text Example

White with #751EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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