Html Css Color HEX #751D8D Vivid Violet

📋 copy color: '#751D8D'

red 117 ◦ green 29 ◦ blue 141

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

Shades of Vivid Violet #751D8D

Tints of Vivid Violet #751D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 49.13%

R = 40.77%
G = 10.1%
B = 49.13%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#751D8D (or 0x751D8D) is known color: Vivid Violet. HEX triplet: 75, 1D and 8D. RGB value is (117,29,141). Sum of RGB (Red+Green+Blue) = 117+29+141=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #751D8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751D8D is #8AE272. Grayscale: #434343. Windows color (decimal): -9101939 or 9248117. OLE color: 9248117.

HSL color Cylindrical-coordinate representation of color #751D8D: hue angle of 287.14º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751D8D is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 29 141 -
CMYK 0.17 0.79 0 0.45
HSL 287.14º 0.66% 0.33% -
HSV(B) 287.14º 0.79% 0.55% -
XYZ 12.58 6.58 25.81 -
YUV 68.08 169.15 162.89 -
System Red Green Blue C M Y K H S L
Decimal 117 29 141 0.17 0.79 0 0.45 287.14 0.66 0.33
Hex 75 1D 8D 11 4F 0 2D 11F 42 21
Octal 165 35 215 21 117 0 55 437 102 41
Binary 1110101 11101 10001101 10001 1001111 0 101101 100011111 1000010 100001

Color Harmonies of #751D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751D8D

Black with #751D8D

Text Example


Text Example

White with #751D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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