Html Css Color HEX #750E7A Purple

📋 copy color: '#750E7A'

red 117 ◦ green 14 ◦ blue 122

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

Shades of Purple #750E7A

Tints of Purple #750E7A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.53%

 BLUE value IS 122 (48.05% from 255) = 48.22%

R = 46.25%
G = 5.53%
B = 48.22%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#750E7A (or 0x750E7A) is known color: Purple. HEX triplet: 75, 0E and 7A. RGB value is (117,14,122). Sum of RGB (Red+Green+Blue) = 117+14+122=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #750E7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750E7A is #8AF185. Grayscale: #383838. Windows color (decimal): -9105798 or 7999093. OLE color: 7999093.

HSL color Cylindrical-coordinate representation of color #750E7A: hue angle of 297.22º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750E7A is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 14 122 -
CMYK 0.04 0.89 0 0.52
HSL 297.22º 0.79% 0.27% -
HSV(B) 297.22º 0.89% 0.48% -
XYZ 11.01 5.5 18.89 -
YUV 57.11 164.62 170.72 -
System Red Green Blue C M Y K H S L
Decimal 117 14 122 0.04 0.89 0 0.52 297.22 0.79 0.27
Hex 75 E 7A 4 59 0 34 129 4F 1B
Octal 165 16 172 4 131 0 64 451 117 33
Binary 1110101 1110 1111010 100 1011001 0 110100 100101001 1001111 11011

Color Harmonies of #750E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750E7A

Black with #750E7A

Text Example


Text Example

White with #750E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750E7A; }

 p { color: rgb(117,14,122); }

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

background-color css

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

 a { background-color: rgb(117,14,122); }

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

border-color css

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

 span { border-color: rgb(117,14,122); }

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