Html Css Color HEX #75107F Purple

📋 copy color: '#75107F'

red 117 ◦ green 16 ◦ blue 127

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

Shades of Purple #75107F

Tints of Purple #75107F

RGB

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

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

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

R = 45%
G = 6.15%
B = 48.85%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75107F (or 0x75107F) is known color: Purple. HEX triplet: 75, 10 and 7F. RGB value is (117,16,127). Sum of RGB (Red+Green+Blue) = 117+16+127=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #75107F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75107F is #8AEF80. Grayscale: #3A3A3A. Windows color (decimal): -9105281 or 8327285. OLE color: 8327285.

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

Color convert

RGB 117 16 127 -
CMYK 0.08 0.87 0 0.50
HSL 294.59º 0.78% 0.28% -
HSV(B) 294.59º 0.87% 0.5% -
XYZ 11.35 5.68 20.58 -
YUV 58.85 166.46 169.47 -
System Red Green Blue C M Y K H S L
Decimal 117 16 127 0.08 0.87 0 0.50 294.59 0.78 0.28
Hex 75 10 7F 8 57 0 32 127 4E 1C
Octal 165 20 177 10 127 0 62 447 116 34
Binary 1110101 10000 1111111 1000 1010111 0 110010 100100111 1001110 11100

Color Harmonies of #75107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75107F

Black with #75107F

Text Example


Text Example

White with #75107F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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