Html Css Color HEX #751795 Vivid Violet

📋 copy color: '#751795'

red 117 ◦ green 23 ◦ blue 149

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

Shades of Vivid Violet #751795

Tints of Vivid Violet #751795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.96%

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

R = 40.48%
G = 7.96%
B = 51.56%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#751795 (or 0x751795) is known color: Vivid Violet. HEX triplet: 75, 17 and 95. RGB value is (117,23,149). Sum of RGB (Red+Green+Blue) = 117+23+149=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #751795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751795 is #8AE86A. Grayscale: #414141. Windows color (decimal): -9103467 or 9770869. OLE color: 9770869.

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

Color convert

RGB 117 23 149 -
CMYK 0.21 0.85 0 0.42
HSL 284.76º 0.73% 0.34% -
HSV(B) 284.76º 0.85% 0.58% -
XYZ 13.07 6.56 29.01 -
YUV 65.47 175.14 164.75 -
System Red Green Blue C M Y K H S L
Decimal 117 23 149 0.21 0.85 0 0.42 284.76 0.73 0.34
Hex 75 17 95 15 55 0 2A 11D 49 22
Octal 165 27 225 25 125 0 52 435 111 42
Binary 1110101 10111 10010101 10101 1010101 0 101010 100011101 1001001 100010

Color Harmonies of #751795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751795

Black with #751795

Text Example


Text Example

White with #751795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751795; }

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

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

background-color css

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

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

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

border-color css

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

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

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