Html Css Color HEX #75168E Purple

📋 copy color: '#75168E'

red 117 ◦ green 22 ◦ blue 142

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

Shades of Purple #75168E

Tints of Purple #75168E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 50.53%

R = 41.64%
G = 7.83%
B = 50.53%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#75168E (or 0x75168E) is known color: Purple. HEX triplet: 75, 16 and 8E. RGB value is (117,22,142). Sum of RGB (Red+Green+Blue) = 117+22+142=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #75168E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75168E is #8AE971. Grayscale: #3F3F3F. Windows color (decimal): -9103730 or 9311861. OLE color: 9311861.

HSL color Cylindrical-coordinate representation of color #75168E: hue angle of 287.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75168E is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 22 142 -
CMYK 0.18 0.85 0 0.44
HSL 287.5º 0.73% 0.32% -
HSV(B) 287.5º 0.85% 0.56% -
XYZ 12.51 6.31 26.15 -
YUV 64.09 171.97 165.74 -
System Red Green Blue C M Y K H S L
Decimal 117 22 142 0.18 0.85 0 0.44 287.5 0.73 0.32
Hex 75 16 8E 12 55 0 2C 120 49 20
Octal 165 26 216 22 125 0 54 440 111 40
Binary 1110101 10110 10001110 10010 1010101 0 101100 100100000 1001001 100000

Color Harmonies of #75168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75168E

Black with #75168E

Text Example


Text Example

White with #75168E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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