Html Css Color HEX #751C95 Vivid Violet

📋 copy color: '#751C95'

red 117 ◦ green 28 ◦ blue 149

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

Shades of Vivid Violet #751C95

Tints of Vivid Violet #751C95

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.52%

 BLUE value IS 149 (58.59% from 255) = 50.68%

R = 39.8%
G = 9.52%
B = 50.68%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#751C95 (or 0x751C95) is known color: Vivid Violet. HEX triplet: 75, 1C and 95. RGB value is (117,28,149). Sum of RGB (Red+Green+Blue) = 117+28+149=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #751C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751C95 is #8AE36A. Grayscale: #444444. Windows color (decimal): -9102187 or 9772149. OLE color: 9772149.

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

Color convert

RGB 117 28 149 -
CMYK 0.21 0.81 0 0.42
HSL 284.13º 0.68% 0.35% -
HSV(B) 284.13º 0.81% 0.58% -
XYZ 13.18 6.78 29.05 -
YUV 68.41 173.49 162.66 -
System Red Green Blue C M Y K H S L
Decimal 117 28 149 0.21 0.81 0 0.42 284.13 0.68 0.35
Hex 75 1C 95 15 51 0 2A 11C 44 23
Octal 165 34 225 25 121 0 52 434 104 43
Binary 1110101 11100 10010101 10101 1010001 0 101010 100011100 1000100 100011

Color Harmonies of #751C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C95

Black with #751C95

Text Example


Text Example

White with #751C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,28,149); }

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

background-color css

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

 a { background-color: rgb(117,28,149); }

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

border-color css

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

 span { border-color: rgb(117,28,149); }

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