Html Css Color HEX #751C87 Vivid Violet

📋 copy color: '#751C87'

red 117 ◦ green 28 ◦ blue 135

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

Shades of Vivid Violet #751C87

Tints of Vivid Violet #751C87

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10%

 BLUE value IS 135 (53.13% from 255) = 48.21%

R = 41.79%
G = 10%
B = 48.21%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#751C87 (or 0x751C87) is known color: Vivid Violet. HEX triplet: 75, 1C and 87. RGB value is (117,28,135). Sum of RGB (Red+Green+Blue) = 117+28+135=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 135 - color contains mainly: blue. Hex color #751C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751C87 is #8AE378. Grayscale: #424242. Windows color (decimal): -9102201 or 8854645. OLE color: 8854645.

HSL color Cylindrical-coordinate representation of color #751C87: hue angle of 289.91º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751C87 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 28 135 -
CMYK 0.13 0.79 0 0.47
HSL 289.91º 0.66% 0.32% -
HSV(B) 289.91º 0.79% 0.53% -
XYZ 12.12 6.36 23.51 -
YUV 66.81 166.49 163.8 -
System Red Green Blue C M Y K H S L
Decimal 117 28 135 0.13 0.79 0 0.47 289.91 0.66 0.32
Hex 75 1C 87 D 4F 0 2F 122 42 20
Octal 165 34 207 15 117 0 57 442 102 40
Binary 1110101 11100 10000111 1101 1001111 0 101111 100100010 1000010 100000

Color Harmonies of #751C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C87

Black with #751C87

Text Example


Text Example

White with #751C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,28,135); }

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

background-color css

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

 a { background-color: rgb(117,28,135); }

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

border-color css

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

 span { border-color: rgb(117,28,135); }

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