Html Css Color HEX #75178A Purple

📋 copy color: '#75178A'

red 117 ◦ green 23 ◦ blue 138

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

Shades of Purple #75178A

Tints of Purple #75178A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 49.64%

R = 42.09%
G = 8.27%
B = 49.64%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#75178A (or 0x75178A) is known color: Purple. HEX triplet: 75, 17 and 8A. RGB value is (117,23,138). Sum of RGB (Red+Green+Blue) = 117+23+138=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #75178A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75178A is #8AE875. Grayscale: #3F3F3F. Windows color (decimal): -9103478 or 9049973. OLE color: 9049973.

HSL color Cylindrical-coordinate representation of color #75178A: hue angle of 289.04º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75178A is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 23 138 -
CMYK 0.15 0.83 0 0.46
HSL 289.04º 0.71% 0.32% -
HSV(B) 289.04º 0.83% 0.54% -
XYZ 12.23 6.23 24.6 -
YUV 64.22 169.64 165.65 -
System Red Green Blue C M Y K H S L
Decimal 117 23 138 0.15 0.83 0 0.46 289.04 0.71 0.32
Hex 75 17 8A F 53 0 2E 121 47 20
Octal 165 27 212 17 123 0 56 441 107 40
Binary 1110101 10111 10001010 1111 1010011 0 101110 100100001 1000111 100000

Color Harmonies of #75178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75178A

Black with #75178A

Text Example


Text Example

White with #75178A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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