Html Css Color HEX #75056C Purple

📋 copy color: '#75056C'

red 117 ◦ green 5 ◦ blue 108

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

Shades of Purple #75056C

Tints of Purple #75056C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.17%

 BLUE value IS 108 (42.58% from 255) = 46.96%

R = 50.87%
G = 2.17%
B = 46.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75056C (or 0x75056C) is known color: Purple. HEX triplet: 75, 05 and 6C. RGB value is (117,5,108). Sum of RGB (Red+Green+Blue) = 117+5+108=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75056C is #8AFA93. Grayscale: #313131. Windows color (decimal): -9108116 or 7079285. OLE color: 7079285.

HSL color Cylindrical-coordinate representation of color #75056C: hue angle of 304.82º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75056C is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 5 108 -
CMYK 0 0.96 0.08 0.54
HSL 304.82º 0.92% 0.24% -
HSV(B) 304.82º 0.96% 0.46% -
XYZ 10.1 4.97 14.62 -
YUV 50.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 117 5 108 0 0.96 0.08 0.54 304.82 0.92 0.24
Hex 75 5 6C 0 60 8 36 131 5C 18
Octal 165 5 154 0 140 10 66 461 134 30
Binary 1110101 101 1101100 0 1100000 1000 110110 100110001 1011100 11000

Color Harmonies of #75056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75056C

Black with #75056C

Text Example


Text Example

White with #75056C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,5,108); }

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

background-color css

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

 a { background-color: rgb(117,5,108); }

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

border-color css

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

 span { border-color: rgb(117,5,108); }

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