Html Css Color HEX #75107C Purple

📋 copy color: '#75107C'

red 117 ◦ green 16 ◦ blue 124

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

Shades of Purple #75107C

Tints of Purple #75107C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.23%

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

R = 45.53%
G = 6.23%
B = 48.25%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75107C (or 0x75107C) is known color: Purple. HEX triplet: 75, 10 and 7C. RGB value is (117,16,124). Sum of RGB (Red+Green+Blue) = 117+16+124=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #75107C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75107C is #8AEF83. Grayscale: #3A3A3A. Windows color (decimal): -9105284 or 8130677. OLE color: 8130677.

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

Color convert

RGB 117 16 124 -
CMYK 0.06 0.87 0 0.51
HSL 296.11º 0.77% 0.27% -
HSV(B) 296.11º 0.87% 0.49% -
XYZ 11.16 5.61 19.56 -
YUV 58.51 164.96 169.72 -
System Red Green Blue C M Y K H S L
Decimal 117 16 124 0.06 0.87 0 0.51 296.11 0.77 0.27
Hex 75 10 7C 6 57 0 33 128 4D 1B
Octal 165 20 174 6 127 0 63 450 115 33
Binary 1110101 10000 1111100 110 1010111 0 110011 100101000 1001101 11011

Color Harmonies of #75107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75107C

Black with #75107C

Text Example


Text Example

White with #75107C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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