Html Css Color HEX #751D9F Vivid Violet

📋 copy color: '#751D9F'

red 117 ◦ green 29 ◦ blue 159

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

Shades of Vivid Violet #751D9F

Tints of Vivid Violet #751D9F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.51%

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

R = 38.36%
G = 9.51%
B = 52.13%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#751D9F (or 0x751D9F) is known color: Vivid Violet. HEX triplet: 75, 1D and 9F. RGB value is (117,29,159). Sum of RGB (Red+Green+Blue) = 117+29+159=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #751D9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751D9F is #8AE260. Grayscale: #454545. Windows color (decimal): -9101921 or 10427765. OLE color: 10427765.

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

Color convert

RGB 117 29 159 -
CMYK 0.26 0.82 0 0.38
HSL 280.62º 0.69% 0.37% -
HSV(B) 280.62º 0.82% 0.62% -
XYZ 14.03 7.16 33.44 -
YUV 70.13 178.15 161.43 -
System Red Green Blue C M Y K H S L
Decimal 117 29 159 0.26 0.82 0 0.38 280.62 0.69 0.37
Hex 75 1D 9F 1A 52 0 26 119 45 25
Octal 165 35 237 32 122 0 46 431 105 45
Binary 1110101 11101 10011111 11010 1010010 0 100110 100011001 1000101 100101

Color Harmonies of #751D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751D9F

Black with #751D9F

Text Example


Text Example

White with #751D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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