Html Css Color HEX #75047F Purple

📋 copy color: '#75047F'

red 117 ◦ green 4 ◦ blue 127

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

Shades of Purple #75047F

Tints of Purple #75047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

 BLUE value IS 127 (50% from 255) = 51.21%

R = 47.18%
G = 1.61%
B = 51.21%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75047F (or 0x75047F) is known color: Purple. HEX triplet: 75, 04 and 7F. RGB value is (117,4,127). Sum of RGB (Red+Green+Blue) = 117+4+127=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #75047F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75047F is #8AFB80. Grayscale: #333333. Windows color (decimal): -9108353 or 8324213. OLE color: 8324213.

HSL color Cylindrical-coordinate representation of color #75047F: hue angle of 295.12º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75047F is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 4 127 -
CMYK 0.08 0.97 0 0.50
HSL 295.12º 0.94% 0.26% -
HSV(B) 295.12º 0.97% 0.5% -
XYZ 11.21 5.4 20.53 -
YUV 51.81 170.44 174.5 -
System Red Green Blue C M Y K H S L
Decimal 117 4 127 0.08 0.97 0 0.50 295.12 0.94 0.26
Hex 75 4 7F 8 61 0 32 127 5E 1A
Octal 165 4 177 10 141 0 62 447 136 32
Binary 1110101 100 1111111 1000 1100001 0 110010 100100111 1011110 11010

Color Harmonies of #75047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75047F

Black with #75047F

Text Example


Text Example

White with #75047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,4,127); }

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

background-color css

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

 a { background-color: rgb(117,4,127); }

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

border-color css

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

 span { border-color: rgb(117,4,127); }

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