Html Css Color HEX #750E6A Dark Purple

📋 copy color: '#750E6A'

red 117 ◦ green 14 ◦ blue 106

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

Shades of Dark Purple #750E6A

Tints of Dark Purple #750E6A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.91%

 BLUE value IS 106 (41.8% from 255) = 44.73%

R = 49.37%
G = 5.91%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#750E6A (or 0x750E6A) is known color: Dark Purple. HEX triplet: 75, 0E and 6A. RGB value is (117,14,106). Sum of RGB (Red+Green+Blue) = 117+14+106=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #750E6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750E6A is #8AF195. Grayscale: #373737. Windows color (decimal): -9105814 or 6950517. OLE color: 6950517.

HSL color Cylindrical-coordinate representation of color #750E6A: hue angle of 306.41º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #750E6A is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 14 106 -
CMYK 0 0.88 0.09 0.54
HSL 306.41º 0.79% 0.26% -
HSV(B) 306.41º 0.88% 0.46% -
XYZ 10.09 5.14 14.1 -
YUV 55.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 117 14 106 0 0.88 0.09 0.54 306.41 0.79 0.26
Hex 75 E 6A 0 58 9 36 132 4F 1A
Octal 165 16 152 0 130 11 66 462 117 32
Binary 1110101 1110 1101010 0 1011000 1001 110110 100110010 1001111 11010

Color Harmonies of #750E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750E6A

Black with #750E6A

Text Example


Text Example

White with #750E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,14,106); }

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

background-color css

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

 a { background-color: rgb(117,14,106); }

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

border-color css

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

 span { border-color: rgb(117,14,106); }

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