Html Css Color HEX #75147C Purple

📋 copy color: '#75147C'

red 117 ◦ green 20 ◦ blue 124

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

Shades of Purple #75147C

Tints of Purple #75147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.66%

 BLUE value IS 124 (48.83% from 255) = 47.51%

R = 44.83%
G = 7.66%
B = 47.51%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75147C (or 0x75147C) is known color: Purple. HEX triplet: 75, 14 and 7C. RGB value is (117,20,124). Sum of RGB (Red+Green+Blue) = 117+20+124=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #75147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75147C is #8AEB83. Grayscale: #3C3C3C. Windows color (decimal): -9104260 or 8131701. OLE color: 8131701.

HSL color Cylindrical-coordinate representation of color #75147C: hue angle of 295.96º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75147C is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 20 124 -
CMYK 0.06 0.84 0 0.51
HSL 295.96º 0.72% 0.28% -
HSV(B) 295.96º 0.84% 0.49% -
XYZ 11.22 5.74 19.58 -
YUV 60.86 163.64 168.04 -
System Red Green Blue C M Y K H S L
Decimal 117 20 124 0.06 0.84 0 0.51 295.96 0.72 0.28
Hex 75 14 7C 6 54 0 33 128 48 1C
Octal 165 24 174 6 124 0 63 450 110 34
Binary 1110101 10100 1111100 110 1010100 0 110011 100101000 1001000 11100

Color Harmonies of #75147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75147C

Black with #75147C

Text Example


Text Example

White with #75147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,20,124); }

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

background-color css

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

 a { background-color: rgb(117,20,124); }

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

border-color css

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

 span { border-color: rgb(117,20,124); }

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