Html Css Color HEX #751A89 Vivid Violet

📋 copy color: '#751A89'

red 117 ◦ green 26 ◦ blue 137

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

Shades of Vivid Violet #751A89

Tints of Vivid Violet #751A89

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.29%

 BLUE value IS 137 (53.91% from 255) = 48.93%

R = 41.79%
G = 9.29%
B = 48.93%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#751A89 (or 0x751A89) is known color: Vivid Violet. HEX triplet: 75, 1A and 89. RGB value is (117,26,137). Sum of RGB (Red+Green+Blue) = 117+26+137=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #751A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751A89 is #8AE576. Grayscale: #414141. Windows color (decimal): -9102711 or 8985205. OLE color: 8985205.

HSL color Cylindrical-coordinate representation of color #751A89: hue angle of 289.19º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751A89 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 26 137 -
CMYK 0.15 0.81 0 0.46
HSL 289.19º 0.68% 0.32% -
HSV(B) 289.19º 0.81% 0.54% -
XYZ 12.22 6.33 24.24 -
YUV 65.86 168.15 164.47 -
System Red Green Blue C M Y K H S L
Decimal 117 26 137 0.15 0.81 0 0.46 289.19 0.68 0.32
Hex 75 1A 89 F 51 0 2E 121 44 20
Octal 165 32 211 17 121 0 56 441 104 40
Binary 1110101 11010 10001001 1111 1010001 0 101110 100100001 1000100 100000

Color Harmonies of #751A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A89

Black with #751A89

Text Example


Text Example

White with #751A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,26,137); }

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

background-color css

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

 a { background-color: rgb(117,26,137); }

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

border-color css

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

 span { border-color: rgb(117,26,137); }

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