Html Css Color HEX #75088C Purple

📋 copy color: '#75088C'

red 117 ◦ green 8 ◦ blue 140

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

Shades of Purple #75088C

Tints of Purple #75088C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.02%

 BLUE value IS 140 (55.08% from 255) = 52.83%

R = 44.15%
G = 3.02%
B = 52.83%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75088C (or 0x75088C) is known color: Purple. HEX triplet: 75, 08 and 8C. RGB value is (117,8,140). Sum of RGB (Red+Green+Blue) = 117+8+140=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #75088C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75088C is #8AF773. Grayscale: #373737. Windows color (decimal): -9107316 or 9177205. OLE color: 9177205.

HSL color Cylindrical-coordinate representation of color #75088C: hue angle of 289.55º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75088C is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 8 140 -
CMYK 0.16 0.94 0 0.45
HSL 289.55º 0.89% 0.29% -
HSV(B) 289.55º 0.94% 0.55% -
XYZ 12.16 5.85 25.3 -
YUV 55.64 175.61 171.77 -
System Red Green Blue C M Y K H S L
Decimal 117 8 140 0.16 0.94 0 0.45 289.55 0.89 0.29
Hex 75 8 8C 10 5E 0 2D 122 59 1D
Octal 165 10 214 20 136 0 55 442 131 35
Binary 1110101 1000 10001100 10000 1011110 0 101101 100100010 1011001 11101

Color Harmonies of #75088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75088C

Black with #75088C

Text Example


Text Example

White with #75088C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75088C; }

 p { color: rgb(117,8,140); }

 H1.HeaderClassName
 {
   color: #75088C;
 }
 .AnyTagClassName
 {
   color: #75088C;
 }
</style>

background-color css

<style>
 a { background-color: #75088C; }

 a { background-color: rgb(117,8,140); }

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

border-color css

<style>
 span { border-color: #75088C; }

 span { border-color: rgb(117,8,140); }

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