Html Css Color HEX #750169 Purple

📋 copy color: '#750169'

red 117 ◦ green 1 ◦ blue 105

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

Shades of Purple #750169

Tints of Purple #750169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 105 (41.41% from 255) = 47.09%

R = 52.47%
G = 0.45%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#750169 (or 0x750169) is known color: Purple. HEX triplet: 75, 01 and 69. RGB value is (117,1,105). Sum of RGB (Red+Green+Blue) = 117+1+105=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #750169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750169 is #8AFE96. Grayscale: #2F2F2F. Windows color (decimal): -9109143 or 6881653. OLE color: 6881653.

HSL color Cylindrical-coordinate representation of color #750169: hue angle of 306.21º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #750169 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 1 105 -
CMYK 0 0.99 0.10 0.54
HSL 306.21º 0.98% 0.23% -
HSV(B) 306.21º 0.99% 0.46% -
XYZ 9.9 4.82 13.77 -
YUV 47.54 160.43 177.54 -
System Red Green Blue C M Y K H S L
Decimal 117 1 105 0 0.99 0.10 0.54 306.21 0.98 0.23
Hex 75 1 69 0 63 A 36 132 62 17
Octal 165 1 151 0 143 12 66 462 142 27
Binary 1110101 1 1101001 0 1100011 1010 110110 100110010 1100010 10111

Color Harmonies of #750169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750169

Black with #750169

Text Example


Text Example

White with #750169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750169; }

 p { color: rgb(117,1,105); }

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

background-color css

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

 a { background-color: rgb(117,1,105); }

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

border-color css

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

 span { border-color: rgb(117,1,105); }

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