Html Css Color HEX #75008F Purple

📋 copy color: '#75008F'

red 117 ◦ green 0 ◦ blue 143

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

Shades of Purple #75008F

Tints of Purple #75008F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 55%

R = 45%
G = 0%
B = 55%

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

#75008F (or 0x75008F) is known color: Purple. HEX triplet: 75, 00 and 8F. RGB value is (117,0,143). Sum of RGB (Red+Green+Blue) = 117+0+143=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 143 (56.25% from 255 or 55% from 260); Max value from RGB is 143 - color contains mainly: blue. Hex color #75008F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75008F is #8AFF70. Grayscale: #323232. Windows color (decimal): -9109361 or 9371765. OLE color: 9371765.

HSL color Cylindrical-coordinate representation of color #75008F: hue angle of 289.09º 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 #75008F is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 0 143 -
CMYK 0.18 1 0 0.44
HSL 289.09º 1% 0.28% -
HSV(B) 289.09º 1% 0.56% -
XYZ 12.29 5.77 26.45 -
YUV 51.29 179.76 174.87 -
System Red Green Blue C M Y K H S L
Decimal 117 0 143 0.18 1 0 0.44 289.09 1 0.28
Hex 75 0 8F 12 64 0 2C 121 64 1C
Octal 165 0 217 22 144 0 54 441 144 34
Binary 1110101 0 10001111 10010 1100100 0 101100 100100001 1100100 11100

Color Harmonies of #75008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75008F

Black with #75008F

Text Example


Text Example

White with #75008F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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