Html Css Color HEX #75106B Dark Purple

📋 copy color: '#75106B'

red 117 ◦ green 16 ◦ blue 107

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

Shades of Dark Purple #75106B

Tints of Dark Purple #75106B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.58%

R = 48.75%
G = 6.67%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75106B (or 0x75106B) is known color: Dark Purple. HEX triplet: 75, 10 and 6B. RGB value is (117,16,107). Sum of RGB (Red+Green+Blue) = 117+16+107=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #75106B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75106B is #8AEF94. Grayscale: #383838. Windows color (decimal): -9105301 or 7016565. OLE color: 7016565.

HSL color Cylindrical-coordinate representation of color #75106B: hue angle of 305.94º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #75106B is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 16 107 -
CMYK 0 0.86 0.09 0.54
HSL 305.94º 0.76% 0.26% -
HSV(B) 305.94º 0.86% 0.46% -
XYZ 10.18 5.21 14.38 -
YUV 56.57 156.46 171.1 -
System Red Green Blue C M Y K H S L
Decimal 117 16 107 0 0.86 0.09 0.54 305.94 0.76 0.26
Hex 75 10 6B 0 56 9 36 132 4C 1A
Octal 165 20 153 0 126 11 66 462 114 32
Binary 1110101 10000 1101011 0 1010110 1001 110110 100110010 1001100 11010

Color Harmonies of #75106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75106B

Black with #75106B

Text Example


Text Example

White with #75106B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75106B; }

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

 H1.HeaderClassName
 {
   color: #75106B;
 }
 .AnyTagClassName
 {
   color: #75106B;
 }
</style>

background-color css

<style>
 a { background-color: #75106B; }

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

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

border-color css

<style>
 span { border-color: #75106B; }

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

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