Html Css Color HEX #750668 Purple

📋 copy color: '#750668'

red 117 ◦ green 6 ◦ blue 104

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

Shades of Purple #750668

Tints of Purple #750668

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.64%

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

R = 51.54%
G = 2.64%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#750668 (or 0x750668) is known color: Purple. HEX triplet: 75, 06 and 68. RGB value is (117,6,104). Sum of RGB (Red+Green+Blue) = 117+6+104=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #750668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750668 is #8AF997. Grayscale: #323232. Windows color (decimal): -9107864 or 6817397. OLE color: 6817397.

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

Color convert

RGB 117 6 104 -
CMYK 0 0.95 0.11 0.54
HSL 307.03º 0.9% 0.24% -
HSV(B) 307.03º 0.95% 0.46% -
XYZ 9.9 4.91 13.52 -
YUV 50.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 117 6 104 0 0.95 0.11 0.54 307.03 0.9 0.24
Hex 75 6 68 0 5F B 36 133 5A 18
Octal 165 6 150 0 137 13 66 463 132 30
Binary 1110101 110 1101000 0 1011111 1011 110110 100110011 1011010 11000

Color Harmonies of #750668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750668

Black with #750668

Text Example


Text Example

White with #750668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750668; }

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

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

background-color css

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

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

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

border-color css

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

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

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