Html Css Color HEX #75008E Purple

📋 copy color: '#75008E'

red 117 ◦ green 0 ◦ blue 142

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

Shades of Purple #75008E

Tints of Purple #75008E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 142 (55.86% from 255) = 54.83%

R = 45.17%
G = 0%
B = 54.83%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#75008E (or 0x75008E) is known color: Purple. HEX triplet: 75, 00 and 8E. RGB value is (117,0,142). Sum of RGB (Red+Green+Blue) = 117+0+142=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #75008E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75008E is #8AFF71. Grayscale: #323232. Windows color (decimal): -9109362 or 9306229. OLE color: 9306229.

HSL color Cylindrical-coordinate representation of color #75008E: hue angle of 289.44º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75008E is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 0 142 -
CMYK 0.18 1 0 0.44
HSL 289.44º 1% 0.28% -
HSV(B) 289.44º 1% 0.56% -
XYZ 12.22 5.73 26.05 -
YUV 51.17 179.26 174.95 -
System Red Green Blue C M Y K H S L
Decimal 117 0 142 0.18 1 0 0.44 289.44 1 0.28
Hex 75 0 8E 12 64 0 2C 121 64 1C
Octal 165 0 216 22 144 0 54 441 144 34
Binary 1110101 0 10001110 10010 1100100 0 101100 100100001 1100100 11100

Color Harmonies of #75008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75008E

Black with #75008E

Text Example


Text Example

White with #75008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75008E; }

 p { color: rgb(117,0,142); }

 H1.HeaderClassName
 {
   color: #75008E;
 }
 .AnyTagClassName
 {
   color: #75008E;
 }
</style>

background-color css

<style>
 a { background-color: #75008E; }

 a { background-color: rgb(117,0,142); }

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

border-color css

<style>
 span { border-color: #75008E; }

 span { border-color: rgb(117,0,142); }

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