Html Css Color HEX #751F87 Vivid Violet

📋 copy color: '#751F87'

red 117 ◦ green 31 ◦ blue 135

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

Shades of Vivid Violet #751F87

Tints of Vivid Violet #751F87

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.95%

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

R = 41.34%
G = 10.95%
B = 47.7%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#751F87 (or 0x751F87) is known color: Vivid Violet. HEX triplet: 75, 1F and 87. RGB value is (117,31,135). Sum of RGB (Red+Green+Blue) = 117+31+135=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #751F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751F87 is #8AE078. Grayscale: #444444. Windows color (decimal): -9101433 or 8855413. OLE color: 8855413.

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

Color convert

RGB 117 31 135 -
CMYK 0.13 0.77 0 0.47
HSL 289.62º 0.63% 0.33% -
HSV(B) 289.62º 0.77% 0.53% -
XYZ 12.2 6.51 23.54 -
YUV 68.57 165.49 162.54 -
System Red Green Blue C M Y K H S L
Decimal 117 31 135 0.13 0.77 0 0.47 289.62 0.63 0.33
Hex 75 1F 87 D 4D 0 2F 122 3F 21
Octal 165 37 207 15 115 0 57 442 77 41
Binary 1110101 11111 10000111 1101 1001101 0 101111 100100010 111111 100001

Color Harmonies of #751F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751F87

Black with #751F87

Text Example


Text Example

White with #751F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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