Html Css Color HEX #75016D Purple

📋 copy color: '#75016D'

red 117 ◦ green 1 ◦ blue 109

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

Shades of Purple #75016D

Tints of Purple #75016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 109 (42.97% from 255) = 48.02%

R = 51.54%
G = 0.44%
B = 48.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75016D (or 0x75016D) is known color: Purple. HEX triplet: 75, 01 and 6D. RGB value is (117,1,109). Sum of RGB (Red+Green+Blue) = 117+1+109=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #75016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75016D is #8AFE92. Grayscale: #2F2F2F. Windows color (decimal): -9109139 or 7143797. OLE color: 7143797.

HSL color Cylindrical-coordinate representation of color #75016D: hue angle of 304.14º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75016D is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 1 109 -
CMYK 0 0.99 0.07 0.54
HSL 304.14º 0.98% 0.23% -
HSV(B) 304.14º 0.99% 0.46% -
XYZ 10.11 4.91 14.88 -
YUV 48 162.43 177.22 -
System Red Green Blue C M Y K H S L
Decimal 117 1 109 0 0.99 0.07 0.54 304.14 0.98 0.23
Hex 75 1 6D 0 63 7 36 130 62 17
Octal 165 1 155 0 143 7 66 460 142 27
Binary 1110101 1 1101101 0 1100011 111 110110 100110000 1100010 10111

Color Harmonies of #75016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75016D

Black with #75016D

Text Example


Text Example

White with #75016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75016D; }

 p { color: rgb(117,1,109); }

 H1.HeaderClassName
 {
   color: #75016D;
 }
 .AnyTagClassName
 {
   color: #75016D;
 }
</style>

background-color css

<style>
 a { background-color: #75016D; }

 a { background-color: rgb(117,1,109); }

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

border-color css

<style>
 span { border-color: #75016D; }

 span { border-color: rgb(117,1,109); }

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