Html Css Color HEX #750F7D Purple

📋 copy color: '#750F7D'

red 117 ◦ green 15 ◦ blue 125

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

Shades of Purple #750F7D

Tints of Purple #750F7D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.84%

 BLUE value IS 125 (49.22% from 255) = 48.64%

R = 45.53%
G = 5.84%
B = 48.64%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#750F7D (or 0x750F7D) is known color: Purple. HEX triplet: 75, 0F and 7D. RGB value is (117,15,125). Sum of RGB (Red+Green+Blue) = 117+15+125=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #750F7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750F7D is #8AF082. Grayscale: #393939. Windows color (decimal): -9105539 or 8195957. OLE color: 8195957.

HSL color Cylindrical-coordinate representation of color #750F7D: hue angle of 295.64º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #750F7D is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 15 125 -
CMYK 0.06 0.88 0 0.51
HSL 295.64º 0.79% 0.27% -
HSV(B) 295.64º 0.88% 0.49% -
XYZ 11.21 5.6 19.89 -
YUV 58.04 165.79 170.06 -
System Red Green Blue C M Y K H S L
Decimal 117 15 125 0.06 0.88 0 0.51 295.64 0.79 0.27
Hex 75 F 7D 6 58 0 33 128 4F 1B
Octal 165 17 175 6 130 0 63 450 117 33
Binary 1110101 1111 1111101 110 1011000 0 110011 100101000 1001111 11011

Color Harmonies of #750F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750F7D

Black with #750F7D

Text Example


Text Example

White with #750F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,15,125); }

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

background-color css

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

 a { background-color: rgb(117,15,125); }

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

border-color css

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

 span { border-color: rgb(117,15,125); }

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