Html Css Color HEX #750B6E Purple

📋 copy color: '#750B6E'

red 117 ◦ green 11 ◦ blue 110

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

Shades of Purple #750B6E

Tints of Purple #750B6E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.62%

 BLUE value IS 110 (43.36% from 255) = 46.22%

R = 49.16%
G = 4.62%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#750B6E (or 0x750B6E) is known color: Purple. HEX triplet: 75, 0B and 6E. RGB value is (117,11,110). Sum of RGB (Red+Green+Blue) = 117+11+110=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #750B6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750B6E is #8AF491. Grayscale: #353535. Windows color (decimal): -9106578 or 7211893. OLE color: 7211893.

HSL color Cylindrical-coordinate representation of color #750B6E: hue angle of 303.96º degrees, saturation: 0.83, 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 #750B6E is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 11 110 -
CMYK 0 0.91 0.06 0.54
HSL 303.96º 0.83% 0.25% -
HSV(B) 303.96º 0.91% 0.46% -
XYZ 10.27 5.15 15.2 -
YUV 53.98 159.62 172.95 -
System Red Green Blue C M Y K H S L
Decimal 117 11 110 0 0.91 0.06 0.54 303.96 0.83 0.25
Hex 75 B 6E 0 5B 6 36 130 53 19
Octal 165 13 156 0 133 6 66 460 123 31
Binary 1110101 1011 1101110 0 1011011 110 110110 100110000 1010011 11001

Color Harmonies of #750B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750B6E

Black with #750B6E

Text Example


Text Example

White with #750B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,11,110); }

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

background-color css

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

 a { background-color: rgb(117,11,110); }

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

border-color css

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

 span { border-color: rgb(117,11,110); }

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