Html Css Color HEX #75046D Purple

📋 copy color: '#75046D'

red 117 ◦ green 4 ◦ blue 109

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

Shades of Purple #75046D

Tints of Purple #75046D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 47.39%

R = 50.87%
G = 1.74%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75046D (or 0x75046D) is known color: Purple. HEX triplet: 75, 04 and 6D. RGB value is (117,4,109). Sum of RGB (Red+Green+Blue) = 117+4+109=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75046D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75046D is #8AFB92. Grayscale: #313131. Windows color (decimal): -9108371 or 7144565. OLE color: 7144565.

HSL color Cylindrical-coordinate representation of color #75046D: hue angle of 304.25º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75046D is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 4 109 -
CMYK 0 0.97 0.07 0.54
HSL 304.25º 0.93% 0.24% -
HSV(B) 304.25º 0.97% 0.46% -
XYZ 10.14 4.97 14.89 -
YUV 49.76 161.44 175.96 -
System Red Green Blue C M Y K H S L
Decimal 117 4 109 0 0.97 0.07 0.54 304.25 0.93 0.24
Hex 75 4 6D 0 61 7 36 130 5D 18
Octal 165 4 155 0 141 7 66 460 135 30
Binary 1110101 100 1101101 0 1100001 111 110110 100110000 1011101 11000

Color Harmonies of #75046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75046D

Black with #75046D

Text Example


Text Example

White with #75046D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75046D; }

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

 H1.HeaderClassName
 {
   color: #75046D;
 }
 .AnyTagClassName
 {
   color: #75046D;
 }
</style>

background-color css

<style>
 a { background-color: #75046D; }

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

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

border-color css

<style>
 span { border-color: #75046D; }

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

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