Html Css Color HEX #75188A Purple

📋 copy color: '#75188A'

red 117 ◦ green 24 ◦ blue 138

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

Shades of Purple #75188A

Tints of Purple #75188A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.6%

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

R = 41.94%
G = 8.6%
B = 49.46%

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

#75188A (or 0x75188A) is known color: Purple. HEX triplet: 75, 18 and 8A. RGB value is (117,24,138). Sum of RGB (Red+Green+Blue) = 117+24+138=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #75188A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75188A is #8AE775. Grayscale: #404040. Windows color (decimal): -9103222 or 9050229. OLE color: 9050229.

HSL color Cylindrical-coordinate representation of color #75188A: hue angle of 288.95º degrees, saturation: 0.7, 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 #75188A is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 24 138 -
CMYK 0.15 0.83 0 0.46
HSL 288.95º 0.7% 0.32% -
HSV(B) 288.95º 0.83% 0.54% -
XYZ 12.25 6.27 24.61 -
YUV 64.8 169.31 165.23 -
System Red Green Blue C M Y K H S L
Decimal 117 24 138 0.15 0.83 0 0.46 288.95 0.7 0.32
Hex 75 18 8A F 53 0 2E 121 46 20
Octal 165 30 212 17 123 0 56 441 106 40
Binary 1110101 11000 10001010 1111 1010011 0 101110 100100001 1000110 100000

Color Harmonies of #75188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75188A

Black with #75188A

Text Example


Text Example

White with #75188A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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