Html Css Color HEX #75158B Purple

📋 copy color: '#75158B'

red 117 ◦ green 21 ◦ blue 139

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

Shades of Purple #75158B

Tints of Purple #75158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.58%

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

R = 42.24%
G = 7.58%
B = 50.18%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75158B (or 0x75158B) is known color: Purple. HEX triplet: 75, 15 and 8B. RGB value is (117,21,139). Sum of RGB (Red+Green+Blue) = 117+21+139=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #75158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75158B is #8AEA74. Grayscale: #3E3E3E. Windows color (decimal): -9103989 or 9114997. OLE color: 9114997.

HSL color Cylindrical-coordinate representation of color #75158B: hue angle of 288.81º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75158B is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 21 139 -
CMYK 0.16 0.85 0 0.45
HSL 288.81º 0.74% 0.31% -
HSV(B) 288.81º 0.85% 0.55% -
XYZ 12.26 6.18 24.97 -
YUV 63.16 170.8 166.41 -
System Red Green Blue C M Y K H S L
Decimal 117 21 139 0.16 0.85 0 0.45 288.81 0.74 0.31
Hex 75 15 8B 10 55 0 2D 121 4A 1F
Octal 165 25 213 20 125 0 55 441 112 37
Binary 1110101 10101 10001011 10000 1010101 0 101101 100100001 1001010 11111

Color Harmonies of #75158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75158B

Black with #75158B

Text Example


Text Example

White with #75158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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