Html Css Color HEX #751094 Purple

📋 copy color: '#751094'

red 117 ◦ green 16 ◦ blue 148

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

Shades of Purple #751094

Tints of Purple #751094

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.69%

 BLUE value IS 148 (58.2% from 255) = 52.67%

R = 41.64%
G = 5.69%
B = 52.67%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#751094 (or 0x751094) is known color: Purple. HEX triplet: 75, 10 and 94. RGB value is (117,16,148). Sum of RGB (Red+Green+Blue) = 117+16+148=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #751094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751094 is #8AEF6B. Grayscale: #3C3C3C. Windows color (decimal): -9105260 or 9703541. OLE color: 9703541.

HSL color Cylindrical-coordinate representation of color #751094: hue angle of 285.91º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #751094 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 16 148 -
CMYK 0.21 0.89 0 0.42
HSL 285.91º 0.8% 0.32% -
HSV(B) 285.91º 0.89% 0.58% -
XYZ 12.87 6.29 28.55 -
YUV 61.25 176.96 167.77 -
System Red Green Blue C M Y K H S L
Decimal 117 16 148 0.21 0.89 0 0.42 285.91 0.8 0.32
Hex 75 10 94 15 59 0 2A 11E 50 20
Octal 165 20 224 25 131 0 52 436 120 40
Binary 1110101 10000 10010100 10101 1011001 0 101010 100011110 1010000 100000

Color Harmonies of #751094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751094

Black with #751094

Text Example


Text Example

White with #751094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751094; }

 p { color: rgb(117,16,148); }

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

background-color css

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

 a { background-color: rgb(117,16,148); }

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

border-color css

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

 span { border-color: rgb(117,16,148); }

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