Html Css Color HEX #750669 Purple

📋 copy color: '#750669'

red 117 ◦ green 6 ◦ blue 105

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

Shades of Purple #750669

Tints of Purple #750669

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.63%

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

R = 51.32%
G = 2.63%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#750669 (or 0x750669) is known color: Purple. HEX triplet: 75, 06 and 69. RGB value is (117,6,105). Sum of RGB (Red+Green+Blue) = 117+6+105=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #750669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750669 is #8AF996. Grayscale: #323232. Windows color (decimal): -9107863 or 6882933. OLE color: 6882933.

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

Color convert

RGB 117 6 105 -
CMYK 0 0.95 0.10 0.54
HSL 306.49º 0.9% 0.24% -
HSV(B) 306.49º 0.95% 0.46% -
XYZ 9.95 4.93 13.79 -
YUV 50.48 158.77 175.45 -
System Red Green Blue C M Y K H S L
Decimal 117 6 105 0 0.95 0.10 0.54 306.49 0.9 0.24
Hex 75 6 69 0 5F A 36 132 5A 18
Octal 165 6 151 0 137 12 66 462 132 30
Binary 1110101 110 1101001 0 1011111 1010 110110 100110010 1011010 11000

Color Harmonies of #750669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750669

Black with #750669

Text Example


Text Example

White with #750669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750669; }

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

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

background-color css

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

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

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

border-color css

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

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

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