Html Css Color HEX #750A6F Purple

📋 copy color: '#750A6F'

red 117 ◦ green 10 ◦ blue 111

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

Shades of Purple #750A6F

Tints of Purple #750A6F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.2%

 BLUE value IS 111 (43.75% from 255) = 46.64%

R = 49.16%
G = 4.2%
B = 46.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#750A6F (or 0x750A6F) is known color: Purple. HEX triplet: 75, 0A and 6F. RGB value is (117,10,111). Sum of RGB (Red+Green+Blue) = 117+10+111=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #750A6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750A6F is #8AF590. Grayscale: #353535. Windows color (decimal): -9106833 or 7277173. OLE color: 7277173.

HSL color Cylindrical-coordinate representation of color #750A6F: hue angle of 303.36º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750A6F is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 10 111 -
CMYK 0 0.91 0.05 0.54
HSL 303.36º 0.84% 0.25% -
HSV(B) 303.36º 0.91% 0.46% -
XYZ 10.31 5.15 15.49 -
YUV 53.51 160.45 173.29 -
System Red Green Blue C M Y K H S L
Decimal 117 10 111 0 0.91 0.05 0.54 303.36 0.84 0.25
Hex 75 A 6F 0 5B 5 36 12F 54 19
Octal 165 12 157 0 133 5 66 457 124 31
Binary 1110101 1010 1101111 0 1011011 101 110110 100101111 1010100 11001

Color Harmonies of #750A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750A6F

Black with #750A6F

Text Example


Text Example

White with #750A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,10,111); }

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

background-color css

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

 a { background-color: rgb(117,10,111); }

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

border-color css

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

 span { border-color: rgb(117,10,111); }

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