Html Css Color HEX #750168 Purple

📋 copy color: '#750168'

red 117 ◦ green 1 ◦ blue 104

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

Shades of Purple #750168

Tints of Purple #750168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 52.7%
G = 0.45%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#750168 (or 0x750168) is known color: Purple. HEX triplet: 75, 01 and 68. RGB value is (117,1,104). Sum of RGB (Red+Green+Blue) = 117+1+104=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #750168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750168 is #8AFE97. Grayscale: #2F2F2F. Windows color (decimal): -9109144 or 6816117. OLE color: 6816117.

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

Color convert

RGB 117 1 104 -
CMYK 0 0.99 0.11 0.54
HSL 306.72º 0.98% 0.23% -
HSV(B) 306.72º 0.99% 0.46% -
XYZ 9.85 4.8 13.5 -
YUV 47.43 159.93 177.62 -
System Red Green Blue C M Y K H S L
Decimal 117 1 104 0 0.99 0.11 0.54 306.72 0.98 0.23
Hex 75 1 68 0 63 B 36 133 62 17
Octal 165 1 150 0 143 13 66 463 142 27
Binary 1110101 1 1101000 0 1100011 1011 110110 100110011 1100010 10111

Color Harmonies of #750168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750168

Black with #750168

Text Example


Text Example

White with #750168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750168; }

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

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

background-color css

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

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

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

border-color css

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

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

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