Html Css Color HEX #750769 Purple

📋 copy color: '#750769'

red 117 ◦ green 7 ◦ blue 105

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

Shades of Purple #750769

Tints of Purple #750769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.06%

 BLUE value IS 105 (41.41% from 255) = 45.85%

R = 51.09%
G = 3.06%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#750769 (or 0x750769) is known color: Purple. HEX triplet: 75, 07 and 69. RGB value is (117,7,105). Sum of RGB (Red+Green+Blue) = 117+7+105=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #750769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750769 is #8AF896. Grayscale: #323232. Windows color (decimal): -9107607 or 6883189. OLE color: 6883189.

HSL color Cylindrical-coordinate representation of color #750769: hue angle of 306.55º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750769 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 7 105 -
CMYK 0 0.94 0.10 0.54
HSL 306.55º 0.89% 0.24% -
HSV(B) 306.55º 0.94% 0.46% -
XYZ 9.96 4.95 13.8 -
YUV 51.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 117 7 105 0 0.94 0.10 0.54 306.55 0.89 0.24
Hex 75 7 69 0 5E A 36 133 59 18
Octal 165 7 151 0 136 12 66 463 131 30
Binary 1110101 111 1101001 0 1011110 1010 110110 100110011 1011001 11000

Color Harmonies of #750769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750769

Black with #750769

Text Example


Text Example

White with #750769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750769; }

 p { color: rgb(117,7,105); }

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

background-color css

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

 a { background-color: rgb(117,7,105); }

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

border-color css

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

 span { border-color: rgb(117,7,105); }

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