Html Css Color HEX #751F88 Vivid Violet

📋 copy color: '#751F88'

red 117 ◦ green 31 ◦ blue 136

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

Shades of Vivid Violet #751F88

Tints of Vivid Violet #751F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.89%

R = 41.2%
G = 10.92%
B = 47.89%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#751F88 (or 0x751F88) is known color: Vivid Violet. HEX triplet: 75, 1F and 88. RGB value is (117,31,136). Sum of RGB (Red+Green+Blue) = 117+31+136=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #751F88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751F88 is #8AE077. Grayscale: #444444. Windows color (decimal): -9101432 or 8920949. OLE color: 8920949.

HSL color Cylindrical-coordinate representation of color #751F88: hue angle of 289.14º 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 #751F88 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 31 136 -
CMYK 0.14 0.77 0 0.47
HSL 289.14º 0.63% 0.33% -
HSV(B) 289.14º 0.77% 0.53% -
XYZ 12.27 6.54 23.91 -
YUV 68.68 165.99 162.46 -
System Red Green Blue C M Y K H S L
Decimal 117 31 136 0.14 0.77 0 0.47 289.14 0.63 0.33
Hex 75 1F 88 E 4D 0 2F 121 3F 21
Octal 165 37 210 16 115 0 57 441 77 41
Binary 1110101 11111 10001000 1110 1001101 0 101111 100100001 111111 100001

Color Harmonies of #751F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751F88

Black with #751F88

Text Example


Text Example

White with #751F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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