Html Css Color HEX #751994 Vivid Violet

📋 copy color: '#751994'

red 117 ◦ green 25 ◦ blue 148

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

Shades of Vivid Violet #751994

Tints of Vivid Violet #751994

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.62%

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

R = 40.34%
G = 8.62%
B = 51.03%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#751994 (or 0x751994) is known color: Vivid Violet. HEX triplet: 75, 19 and 94. RGB value is (117,25,148). Sum of RGB (Red+Green+Blue) = 117+25+148=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #751994 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751994 is #8AE66B. Grayscale: #424242. Windows color (decimal): -9102956 or 9705845. OLE color: 9705845.

HSL color Cylindrical-coordinate representation of color #751994: hue angle of 284.88º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #751994 is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 25 148 -
CMYK 0.21 0.83 0 0.42
HSL 284.88º 0.71% 0.34% -
HSV(B) 284.88º 0.83% 0.58% -
XYZ 13.03 6.62 28.61 -
YUV 66.53 173.98 164 -
System Red Green Blue C M Y K H S L
Decimal 117 25 148 0.21 0.83 0 0.42 284.88 0.71 0.34
Hex 75 19 94 15 53 0 2A 11D 47 22
Octal 165 31 224 25 123 0 52 435 107 42
Binary 1110101 11001 10010100 10101 1010011 0 101010 100011101 1000111 100010

Color Harmonies of #751994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751994

Black with #751994

Text Example


Text Example

White with #751994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751994; }

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

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

background-color css

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

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

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

border-color css

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

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

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