Html Css Color HEX #750768 Purple

📋 copy color: '#750768'

red 117 ◦ green 7 ◦ blue 104

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

Shades of Purple #750768

Tints of Purple #750768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 45.61%

R = 51.32%
G = 3.07%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#750768 (or 0x750768) is known color: Purple. HEX triplet: 75, 07 and 68. RGB value is (117,7,104). Sum of RGB (Red+Green+Blue) = 117+7+104=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #750768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750768 is #8AF897. Grayscale: #323232. Windows color (decimal): -9107608 or 6817653. OLE color: 6817653.

HSL color Cylindrical-coordinate representation of color #750768: hue angle of 307.09º 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 #750768 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 7 104 -
CMYK 0 0.94 0.11 0.54
HSL 307.09º 0.89% 0.24% -
HSV(B) 307.09º 0.94% 0.46% -
XYZ 9.91 4.93 13.53 -
YUV 50.95 157.94 175.11 -
System Red Green Blue C M Y K H S L
Decimal 117 7 104 0 0.94 0.11 0.54 307.09 0.89 0.24
Hex 75 7 68 0 5E B 36 133 59 18
Octal 165 7 150 0 136 13 66 463 131 30
Binary 1110101 111 1101000 0 1011110 1011 110110 100110011 1011001 11000

Color Harmonies of #750768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750768

Black with #750768

Text Example


Text Example

White with #750768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750768; }

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

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

background-color css

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

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

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

border-color css

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

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

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