Html Css Color HEX #75108F Purple

📋 copy color: '#75108F'

red 117 ◦ green 16 ◦ blue 143

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

Shades of Purple #75108F

Tints of Purple #75108F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.8%

 BLUE value IS 143 (56.25% from 255) = 51.81%

R = 42.39%
G = 5.8%
B = 51.81%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#75108F (or 0x75108F) is known color: Purple. HEX triplet: 75, 10 and 8F. RGB value is (117,16,143). Sum of RGB (Red+Green+Blue) = 117+16+143=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 143 (56.25% from 255 or 51.81% from 276); Max value from RGB is 143 - color contains mainly: blue. Hex color #75108F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75108F is #8AEF70. Grayscale: #3C3C3C. Windows color (decimal): -9105265 or 9375861. OLE color: 9375861.

HSL color Cylindrical-coordinate representation of color #75108F: hue angle of 287.72º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75108F is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 16 143 -
CMYK 0.18 0.89 0 0.44
HSL 287.72º 0.8% 0.31% -
HSV(B) 287.72º 0.89% 0.56% -
XYZ 12.48 6.14 26.51 -
YUV 60.68 174.46 168.17 -
System Red Green Blue C M Y K H S L
Decimal 117 16 143 0.18 0.89 0 0.44 287.72 0.8 0.31
Hex 75 10 8F 12 59 0 2C 120 50 1F
Octal 165 20 217 22 131 0 54 440 120 37
Binary 1110101 10000 10001111 10010 1011001 0 101100 100100000 1010000 11111

Color Harmonies of #75108F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75108F

Black with #75108F

Text Example


Text Example

White with #75108F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75108F; }

 p { color: rgb(117,16,143); }

 H1.HeaderClassName
 {
   color: #75108F;
 }
 .AnyTagClassName
 {
   color: #75108F;
 }
</style>

background-color css

<style>
 a { background-color: #75108F; }

 a { background-color: rgb(117,16,143); }

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

border-color css

<style>
 span { border-color: #75108F; }

 span { border-color: rgb(117,16,143); }

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