Html Css Color HEX #751E94 Vivid Violet

📋 copy color: '#751E94'

red 117 ◦ green 30 ◦ blue 148

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

Shades of Vivid Violet #751E94

Tints of Vivid Violet #751E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 50.17%

R = 39.66%
G = 10.17%
B = 50.17%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#751E94 (or 0x751E94) is known color: Vivid Violet. HEX triplet: 75, 1E and 94. RGB value is (117,30,148). Sum of RGB (Red+Green+Blue) = 117+30+148=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 148 (58.20% from 255 or 50.17% from 295); Max value from RGB is 148 - color contains mainly: blue. Hex color #751E94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751E94 is #8AE16B. Grayscale: #454545. Windows color (decimal): -9101676 or 9707125. OLE color: 9707125.

HSL color Cylindrical-coordinate representation of color #751E94: hue angle of 284.24º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751E94 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 30 148 -
CMYK 0.21 0.80 0 0.42
HSL 284.24º 0.66% 0.35% -
HSV(B) 284.24º 0.8% 0.58% -
XYZ 13.15 6.85 28.65 -
YUV 69.47 172.32 161.91 -
System Red Green Blue C M Y K H S L
Decimal 117 30 148 0.21 0.80 0 0.42 284.24 0.66 0.35
Hex 75 1E 94 15 50 0 2A 11C 42 23
Octal 165 36 224 25 120 0 52 434 102 43
Binary 1110101 11110 10010100 10101 1010000 0 101010 100011100 1000010 100011

Color Harmonies of #751E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751E94

Black with #751E94

Text Example


Text Example

White with #751E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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