Html Css Color HEX #75168D Purple

📋 copy color: '#75168D'

red 117 ◦ green 22 ◦ blue 141

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

Shades of Purple #75168D

Tints of Purple #75168D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50.36%

R = 41.79%
G = 7.86%
B = 50.36%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75168D (or 0x75168D) is known color: Purple. HEX triplet: 75, 16 and 8D. RGB value is (117,22,141). Sum of RGB (Red+Green+Blue) = 117+22+141=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #75168D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75168D is #8AE972. Grayscale: #3F3F3F. Windows color (decimal): -9103731 or 9246325. OLE color: 9246325.

HSL color Cylindrical-coordinate representation of color #75168D: hue angle of 287.9º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75168D is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 22 141 -
CMYK 0.17 0.84 0 0.45
HSL 287.9º 0.73% 0.32% -
HSV(B) 287.9º 0.84% 0.55% -
XYZ 12.43 6.28 25.76 -
YUV 63.97 171.47 165.82 -
System Red Green Blue C M Y K H S L
Decimal 117 22 141 0.17 0.84 0 0.45 287.9 0.73 0.32
Hex 75 16 8D 11 54 0 2D 120 49 20
Octal 165 26 215 21 124 0 55 440 111 40
Binary 1110101 10110 10001101 10001 1010100 0 101101 100100000 1001001 100000

Color Harmonies of #75168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75168D

Black with #75168D

Text Example


Text Example

White with #75168D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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