Html Css Color HEX #750068 Purple

📋 copy color: '#750068'

red 117 ◦ green 0 ◦ blue 104

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

Shades of Purple #750068

Tints of Purple #750068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.94%
G = 0%
B = 47.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#750068 (or 0x750068) is known color: Purple. HEX triplet: 75, 00 and 68. RGB value is (117,0,104). Sum of RGB (Red+Green+Blue) = 117+0+104=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #750068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750068 is #8AFF97. Grayscale: #2E2E2E. Windows color (decimal): -9109400 or 6815861. OLE color: 6815861.

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

Color convert

RGB 117 0 104 -
CMYK 0 1 0.11 0.54
HSL 306.67º 1% 0.23% -
HSV(B) 306.67º 1% 0.46% -
XYZ 9.83 4.78 13.5 -
YUV 46.84 160.26 178.04 -
System Red Green Blue C M Y K H S L
Decimal 117 0 104 0 1 0.11 0.54 306.67 1 0.23
Hex 75 0 68 0 64 B 36 133 64 17
Octal 165 0 150 0 144 13 66 463 144 27
Binary 1110101 0 1101000 0 1100100 1011 110110 100110011 1100100 10111

Color Harmonies of #750068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750068

Black with #750068

Text Example


Text Example

White with #750068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750068; }

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

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

background-color css

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

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

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

border-color css

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

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

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