Html Css Color HEX #75018D Purple

📋 copy color: '#75018D'

red 117 ◦ green 1 ◦ blue 141

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

Shades of Purple #75018D

Tints of Purple #75018D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 45.17%
G = 0.39%
B = 54.44%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75018D (or 0x75018D) is known color: Purple. HEX triplet: 75, 01 and 8D. RGB value is (117,1,141). Sum of RGB (Red+Green+Blue) = 117+1+141=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #75018D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75018D is #8AFE72. Grayscale: #333333. Windows color (decimal): -9109107 or 9240949. OLE color: 9240949.

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

Color convert

RGB 117 1 141 -
CMYK 0.17 0.99 0 0.45
HSL 289.71º 0.99% 0.28% -
HSV(B) 289.71º 0.99% 0.55% -
XYZ 12.15 5.73 25.66 -
YUV 51.64 178.43 174.62 -
System Red Green Blue C M Y K H S L
Decimal 117 1 141 0.17 0.99 0 0.45 289.71 0.99 0.28
Hex 75 1 8D 11 63 0 2D 122 63 1C
Octal 165 1 215 21 143 0 55 442 143 34
Binary 1110101 1 10001101 10001 1100011 0 101101 100100010 1100011 11100

Color Harmonies of #75018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75018D

Black with #75018D

Text Example


Text Example

White with #75018D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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