Html Css Color HEX #75088B Purple

📋 copy color: '#75088B'

red 117 ◦ green 8 ◦ blue 139

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

Shades of Purple #75088B

Tints of Purple #75088B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 52.65%

R = 44.32%
G = 3.03%
B = 52.65%

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

#75088B (or 0x75088B) is known color: Purple. HEX triplet: 75, 08 and 8B. RGB value is (117,8,139). Sum of RGB (Red+Green+Blue) = 117+8+139=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #75088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75088B is #8AF774. Grayscale: #373737. Windows color (decimal): -9107317 or 9111669. OLE color: 9111669.

HSL color Cylindrical-coordinate representation of color #75088B: hue angle of 289.92º 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 #75088B is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 8 139 -
CMYK 0.16 0.94 0 0.45
HSL 289.92º 0.89% 0.29% -
HSV(B) 289.92º 0.94% 0.55% -
XYZ 12.08 5.82 24.91 -
YUV 55.53 175.11 171.85 -
System Red Green Blue C M Y K H S L
Decimal 117 8 139 0.16 0.94 0 0.45 289.92 0.89 0.29
Hex 75 8 8B 10 5E 0 2D 122 59 1D
Octal 165 10 213 20 136 0 55 442 131 35
Binary 1110101 1000 10001011 10000 1011110 0 101101 100100010 1011001 11101

Color Harmonies of #75088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75088B

Black with #75088B

Text Example


Text Example

White with #75088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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