Html Css Color HEX #75178D Purple

📋 copy color: '#75178D'

red 117 ◦ green 23 ◦ blue 141

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

Shades of Purple #75178D

Tints of Purple #75178D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.19%

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

R = 41.64%
G = 8.19%
B = 50.18%

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

#75178D (or 0x75178D) is known color: Purple. HEX triplet: 75, 17 and 8D. RGB value is (117,23,141). Sum of RGB (Red+Green+Blue) = 117+23+141=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #75178D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75178D is #8AE872. Grayscale: #404040. Windows color (decimal): -9103475 or 9246581. OLE color: 9246581.

HSL color Cylindrical-coordinate representation of color #75178D: hue angle of 287.8º degrees, saturation: 0.72, 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 #75178D is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 23 141 -
CMYK 0.17 0.84 0 0.45
HSL 287.8º 0.72% 0.32% -
HSV(B) 287.8º 0.84% 0.55% -
XYZ 12.45 6.32 25.76 -
YUV 64.56 171.14 165.41 -
System Red Green Blue C M Y K H S L
Decimal 117 23 141 0.17 0.84 0 0.45 287.8 0.72 0.32
Hex 75 17 8D 11 54 0 2D 120 48 20
Octal 165 27 215 21 124 0 55 440 110 40
Binary 1110101 10111 10001101 10001 1010100 0 101101 100100000 1001000 100000

Color Harmonies of #75178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75178D

Black with #75178D

Text Example


Text Example

White with #75178D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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