Html Css Color HEX #750968 Purple

📋 copy color: '#750968'

red 117 ◦ green 9 ◦ blue 104

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

Shades of Purple #750968

Tints of Purple #750968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.91%

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

R = 50.87%
G = 3.91%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#750968 (or 0x750968) is known color: Purple. HEX triplet: 75, 09 and 68. RGB value is (117,9,104). Sum of RGB (Red+Green+Blue) = 117+9+104=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #750968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750968 is #8AF697. Grayscale: #333333. Windows color (decimal): -9107096 or 6818165. OLE color: 6818165.

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

Color convert

RGB 117 9 104 -
CMYK 0 0.92 0.11 0.54
HSL 307.22º 0.86% 0.25% -
HSV(B) 307.22º 0.92% 0.46% -
XYZ 9.93 4.98 13.53 -
YUV 52.12 157.28 174.28 -
System Red Green Blue C M Y K H S L
Decimal 117 9 104 0 0.92 0.11 0.54 307.22 0.86 0.25
Hex 75 9 68 0 5C B 36 133 56 19
Octal 165 11 150 0 134 13 66 463 126 31
Binary 1110101 1001 1101000 0 1011100 1011 110110 100110011 1010110 11001

Color Harmonies of #750968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750968

Black with #750968

Text Example


Text Example

White with #750968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750968; }

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

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

background-color css

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

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

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

border-color css

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

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

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