Html Css Color HEX #751A9F Vivid Violet

📋 copy color: '#751A9F'

red 117 ◦ green 26 ◦ blue 159

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

Shades of Vivid Violet #751A9F

Tints of Vivid Violet #751A9F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.61%

 BLUE value IS 159 (62.5% from 255) = 52.65%

R = 38.74%
G = 8.61%
B = 52.65%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#751A9F (or 0x751A9F) is known color: Vivid Violet. HEX triplet: 75, 1A and 9F. RGB value is (117,26,159). Sum of RGB (Red+Green+Blue) = 117+26+159=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #751A9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751A9F is #8AE560. Grayscale: #434343. Windows color (decimal): -9102689 or 10426997. OLE color: 10426997.

HSL color Cylindrical-coordinate representation of color #751A9F: hue angle of 281.05º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #751A9F is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 26 159 -
CMYK 0.26 0.84 0 0.38
HSL 281.05º 0.72% 0.36% -
HSV(B) 281.05º 0.84% 0.62% -
XYZ 13.96 7.02 33.42 -
YUV 68.37 179.15 162.69 -
System Red Green Blue C M Y K H S L
Decimal 117 26 159 0.26 0.84 0 0.38 281.05 0.72 0.36
Hex 75 1A 9F 1A 54 0 26 119 48 24
Octal 165 32 237 32 124 0 46 431 110 44
Binary 1110101 11010 10011111 11010 1010100 0 100110 100011001 1001000 100100

Color Harmonies of #751A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A9F

Black with #751A9F

Text Example


Text Example

White with #751A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,26,159); }

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

background-color css

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

 a { background-color: rgb(117,26,159); }

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

border-color css

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

 span { border-color: rgb(117,26,159); }

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