Html Css Color HEX #750D8C Purple

📋 copy color: '#750D8C'

red 117 ◦ green 13 ◦ blue 140

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

Shades of Purple #750D8C

Tints of Purple #750D8C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.81%

 BLUE value IS 140 (55.08% from 255) = 51.85%

R = 43.33%
G = 4.81%
B = 51.85%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#750D8C (or 0x750D8C) is known color: Purple. HEX triplet: 75, 0D and 8C. RGB value is (117,13,140). Sum of RGB (Red+Green+Blue) = 117+13+140=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #750D8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750D8C is #8AF273. Grayscale: #3A3A3A. Windows color (decimal): -9106036 or 9178485. OLE color: 9178485.

HSL color Cylindrical-coordinate representation of color #750D8C: hue angle of 289.13º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750D8C is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 13 140 -
CMYK 0.16 0.91 0 0.45
HSL 289.13º 0.83% 0.3% -
HSV(B) 289.13º 0.91% 0.55% -
XYZ 12.21 5.96 25.32 -
YUV 58.57 173.96 169.67 -
System Red Green Blue C M Y K H S L
Decimal 117 13 140 0.16 0.91 0 0.45 289.13 0.83 0.3
Hex 75 D 8C 10 5B 0 2D 121 53 1E
Octal 165 15 214 20 133 0 55 441 123 36
Binary 1110101 1101 10001100 10000 1011011 0 101101 100100001 1010011 11110

Color Harmonies of #750D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750D8C

Black with #750D8C

Text Example


Text Example

White with #750D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750D8C; }

 p { color: rgb(117,13,140); }

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

background-color css

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

 a { background-color: rgb(117,13,140); }

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

border-color css

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

 span { border-color: rgb(117,13,140); }

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