Html Css Color HEX #75048D Purple

📋 copy color: '#75048D'

red 117 ◦ green 4 ◦ blue 141

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

Shades of Purple #75048D

Tints of Purple #75048D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

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

R = 44.66%
G = 1.53%
B = 53.82%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75048D (or 0x75048D) is known color: Purple. HEX triplet: 75, 04 and 8D. RGB value is (117,4,141). Sum of RGB (Red+Green+Blue) = 117+4+141=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #75048D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75048D is #8AFB72. Grayscale: #343434. Windows color (decimal): -9108339 or 9241717. OLE color: 9241717.

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

Color convert

RGB 117 4 141 -
CMYK 0.17 0.97 0 0.45
HSL 289.49º 0.94% 0.28% -
HSV(B) 289.49º 0.97% 0.55% -
XYZ 12.19 5.79 25.67 -
YUV 53.41 177.44 173.36 -
System Red Green Blue C M Y K H S L
Decimal 117 4 141 0.17 0.97 0 0.45 289.49 0.94 0.28
Hex 75 4 8D 11 61 0 2D 121 5E 1C
Octal 165 4 215 21 141 0 55 441 136 34
Binary 1110101 100 10001101 10001 1100001 0 101101 100100001 1011110 11100

Color Harmonies of #75048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75048D

Black with #75048D

Text Example


Text Example

White with #75048D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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