Html Css Color HEX #751989 Purple

📋 copy color: '#751989'

red 117 ◦ green 25 ◦ blue 137

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

Shades of Purple #751989

Tints of Purple #751989

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.96%

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

R = 41.94%
G = 8.96%
B = 49.1%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#751989 (or 0x751989) is known color: Purple. HEX triplet: 75, 19 and 89. RGB value is (117,25,137). Sum of RGB (Red+Green+Blue) = 117+25+137=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #751989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751989 is #8AE676. Grayscale: #404040. Windows color (decimal): -9102967 or 8984949. OLE color: 8984949.

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

Color convert

RGB 117 25 137 -
CMYK 0.15 0.82 0 0.46
HSL 289.29º 0.69% 0.32% -
HSV(B) 289.29º 0.82% 0.54% -
XYZ 12.2 6.28 24.24 -
YUV 65.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 117 25 137 0.15 0.82 0 0.46 289.29 0.69 0.32
Hex 75 19 89 F 52 0 2E 121 45 20
Octal 165 31 211 17 122 0 56 441 105 40
Binary 1110101 11001 10001001 1111 1010010 0 101110 100100001 1000101 100000

Color Harmonies of #751989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751989

Black with #751989

Text Example


Text Example

White with #751989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751989; }

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

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

background-color css

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

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

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

border-color css

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

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

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