Html Css Color HEX #751E93 Vivid Violet

📋 copy color: '#751E93'

red 117 ◦ green 30 ◦ blue 147

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

Shades of Vivid Violet #751E93

Tints of Vivid Violet #751E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 50%

R = 39.8%
G = 10.2%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#751E93 (or 0x751E93) is known color: Vivid Violet. HEX triplet: 75, 1E and 93. RGB value is (117,30,147). Sum of RGB (Red+Green+Blue) = 117+30+147=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #751E93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751E93 is #8AE16C. Grayscale: #444444. Windows color (decimal): -9101677 or 9641589. OLE color: 9641589.

HSL color Cylindrical-coordinate representation of color #751E93: hue angle of 284.62º 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 #751E93 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 30 147 -
CMYK 0.20 0.80 0 0.42
HSL 284.62º 0.66% 0.35% -
HSV(B) 284.62º 0.8% 0.58% -
XYZ 13.07 6.82 28.23 -
YUV 69.35 171.82 161.99 -
System Red Green Blue C M Y K H S L
Decimal 117 30 147 0.20 0.80 0 0.42 284.62 0.66 0.35
Hex 75 1E 93 14 50 0 2A 11D 42 23
Octal 165 36 223 24 120 0 52 435 102 43
Binary 1110101 11110 10010011 10100 1010000 0 101010 100011101 1000010 100011

Color Harmonies of #751E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751E93

Black with #751E93

Text Example


Text Example

White with #751E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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