Html Css Color HEX #75047C Purple

📋 copy color: '#75047C'

red 117 ◦ green 4 ◦ blue 124

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

Shades of Purple #75047C

Tints of Purple #75047C

RGB

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

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

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

R = 47.76%
G = 1.63%
B = 50.61%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75047C (or 0x75047C) is known color: Purple. HEX triplet: 75, 04 and 7C. RGB value is (117,4,124). Sum of RGB (Red+Green+Blue) = 117+4+124=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #75047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75047C is #8AFB83. Grayscale: #333333. Windows color (decimal): -9108356 or 8127605. OLE color: 8127605.

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

Color convert

RGB 117 4 124 -
CMYK 0.06 0.97 0 0.51
HSL 296.5º 0.94% 0.25% -
HSV(B) 296.5º 0.97% 0.49% -
XYZ 11.02 5.32 19.52 -
YUV 51.47 168.94 174.74 -
System Red Green Blue C M Y K H S L
Decimal 117 4 124 0.06 0.97 0 0.51 296.5 0.94 0.25
Hex 75 4 7C 6 61 0 33 128 5E 19
Octal 165 4 174 6 141 0 63 450 136 31
Binary 1110101 100 1111100 110 1100001 0 110011 100101000 1011110 11001

Color Harmonies of #75047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75047C

Black with #75047C

Text Example


Text Example

White with #75047C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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