Html Css Color HEX #75166E Dark Purple

📋 copy color: '#75166E'

red 117 ◦ green 22 ◦ blue 110

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

Shades of Dark Purple #75166E

Tints of Dark Purple #75166E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.84%

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

R = 46.99%
G = 8.84%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75166E (or 0x75166E) is known color: Dark Purple. HEX triplet: 75, 16 and 6E. RGB value is (117,22,110). Sum of RGB (Red+Green+Blue) = 117+22+110=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #75166E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75166E is #8AE991. Grayscale: #3C3C3C. Windows color (decimal): -9103762 or 7214709. OLE color: 7214709.

HSL color Cylindrical-coordinate representation of color #75166E: hue angle of 304.42º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75166E is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 22 110 -
CMYK 0 0.81 0.06 0.54
HSL 304.42º 0.68% 0.27% -
HSV(B) 304.42º 0.81% 0.46% -
XYZ 10.44 5.48 15.26 -
YUV 60.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 117 22 110 0 0.81 0.06 0.54 304.42 0.68 0.27
Hex 75 16 6E 0 51 6 36 130 44 1B
Octal 165 26 156 0 121 6 66 460 104 33
Binary 1110101 10110 1101110 0 1010001 110 110110 100110000 1000100 11011

Color Harmonies of #75166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75166E

Black with #75166E

Text Example


Text Example

White with #75166E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75166E; }

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

 H1.HeaderClassName
 {
   color: #75166E;
 }
 .AnyTagClassName
 {
   color: #75166E;
 }
</style>

background-color css

<style>
 a { background-color: #75166E; }

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

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

border-color css

<style>
 span { border-color: #75166E; }

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

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